vycb / modparams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

params modified for file upload

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.

About


Languages

Language:Rust 100.0%