Expand description
URL Encoded Plugin for Iron.
Parses “url encoded” data from client requests. Capable of parsing both URL query strings and POST request bodies.
Re-exports§
pub use UrlDecodingError::*;
Structs§
- UrlEncoded
Body - Plugin for
Request
that extracts URL encoded data from the request body. - UrlEncoded
Query - Plugin for
Request
that extracts URL encoded data from the URL query string.
Enums§
- UrlDecoding
Error - An error representing the two possible errors that can occur during URL decoding.
Type Aliases§
- Query
Map - Hashmap mapping strings to vectors of strings.
- Query
Result - Result type for decoding query parameters.