Interface BodyParserArgs

interface BodyParserArgs {
    metadata: RepresentationMetadata;
    request: HttpRequest;
}

Properties

Properties

Metadata that has already been parsed from the request. Can be updated by the BodyParser with extra metadata.

request: HttpRequest

Request that contains the (potential) body.