Documentation
    Preparing search index...

    BodyParser middleware parses the incoming request body and sets it as request body to be read later in the request lifecycle.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Handle HTTP request body by parsing it according to the user configuration

      Parameters

      • ctx: HttpContext

        The HTTP context

      • next: NextFn

        The next middleware function

      Returns Promise<any>