params 0.0.2

A multi-source request parameters parser for Iron.
docs.rs failed to build params-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: params-0.8.0

params

A plugin for the Iron web framework that parses parameters from incoming requests from the following sources:

  • JSON data (Content-Type: application/json)
  • URL-encoded GET parameters
  • URL-encoded Content-Type: application/x-www-form-urlencoded parameters
  • Multipart form data (Content-Type: multipart/form-data)

See examples/params.rs for details.