@morojs/moro / urlencoded
Function: urlencoded()
urlencoded(
_options?):Middleware
Defined in: src/core/middleware/built-in/body-parsers/index.ts:19
URL-encoded body-parser middleware. Parses application/x-www-form-urlencoded
request bodies when the automatic parser left them as strings, populating
req.body with the decoded object.
Parameters
_options?
extended?
boolean
limit?
string | number