Type alias FastifyBodyParser<RawBody, RawServer, RawRequest, RouteGeneric, SchemaCompiler, TypeProvider>

FastifyBodyParser<RawBody, RawServer, RawRequest, RouteGeneric, SchemaCompiler, TypeProvider>: ((request, rawBody, done) => void) | ((request, rawBody) => Promise<any>)

Body parser method that operators on request body

Type Parameters

Type declaration

Type declaration