Expand description
Body Parser Plugin for Iron
This plugin parses JSON out of an incoming Request.
Structs§
- Body
Error - Json
- Json is a plugin to parse a request body into JSON. Uses Raw plugin to parse the body with limit.
- Limit
Reader - Original impl
- MaxBody
Length - Use this key to modify the default body limit.
- Raw
- Raw is a plugin to read a request body into UTF-8 String.
Doesn’t read
multipart/form-data
. - Struct
- Struct is a plugin to parse a request body into a struct. Uses Raw plugin to parse the body with limit.