Optional encodingThe custom string encoding to use.
"utf8"
Optional limitDefines the maximum size of the body, in bytes. (null) indicates to use NO limit
Optional onA custom handler, to tell the client, that the body is too big.
Optional onA custom handler, to tell the client, that the body could not be parsed.
Generated using TypeDoc
Options for a body parser function, that works with string data.