UNPKG

@adonisjs/bodyparser

Version:

BodyParser middleware for AdonisJS http server to read and parse request body

7 lines (6 loc) 281 B
import { BodyParserConfig, BodyParserOptionalConfig } from './types.js'; /** * Define config for the bodyparser middleware. Your defined config will be * merged with the default config */ export declare function defineConfig(config: BodyParserOptionalConfig): BodyParserConfig;