Struct urlencoded::UrlEncodedQuery [] [src]

pub struct UrlEncodedQuery;

Plugin for Request that extracts URL encoded data from the URL query string.

Use it like this: req.get_ref::<UrlEncodedQuery>()

Trait Implementations

impl Key for UrlEncodedQuery
[src]

The value type associated with this key type.

impl<'a, 'b> Plugin<Request<'a, 'b>> for UrlEncodedQuery
[src]

The error type associated with this plugin.

[src]

Create the plugin from an instance of the extended type. Read more