NestExpressBodyParserType
Interface defining possible body parser types, to be used with NestExpressApplication.useBodyParser()
.
type NestExpressBodyParserType = 'json' | 'urlencoded' | 'text' | 'raw';
Interface defining possible body parser types, to be used with NestExpressApplication.useBodyParser()
.
type NestExpressBodyParserType = 'json' | 'urlencoded' | 'text' | 'raw';