Crate urlencoded [−] [src]
URL Encoded Plugin for Iron.
Parses "url encoded" data from client requests. Capable of parsing both URL query strings and POST request bodies.
Reexports
pub use UrlDecodingError::*; |
Structs
| UrlEncodedBody |
Plugin for |
| UrlEncodedQuery |
Plugin for |
Enums
| UrlDecodingError |
An error representing the two possible errors that can occur during URL decoding. |
Type Definitions
| QueryMap |
Hashmap mapping strings to vectors of strings. |
| QueryResult |
Result type for decoding query parameters. |