A plugin for the Iron web framework that parses parameters from incoming requests from the following sources:
Content-Type: application/json
)Content-Type: application/x-www-form-urlencoded
parametersContent-Type: multipart/form-data
)See examples/params.rs
for details.