Thanks to visit codestin.com
Credit goes to egomobile.github.io

Interface IBodyValueValidatorContext

Context for a BodyValueValidator function.

interface IBodyValueValidatorContext {
    body: Buffer;
}

Properties

Properties

body: Buffer

The body to validate.

Generated using TypeDoc