BodyParserOptions
@h4ad/serverless-adapter > BodyParserOptions
(type) BodyParserOptions
The options for BaseBodyParserFramework
Signature:
export type BodyParserOptions = \{
customErrorHandler?: (request: IncomingMessage, response: ServerResponse, error: HttpError<any>) => void;
};