Interface IBodyValueValidatorContext

Context for a BodyValueValidator function.

interface IBodyValueValidatorContext {
    body: Buffer;
}

Properties

Properties

body: Buffer

The body to validate.

Generated using TypeDoc