Expand description

Additional extractors.

Re-exports

pub use self::cookie::CookieJar;
pub use crate::json_lines::JsonLines;

Modules

cookiecookie

Cookie parsing and cookie jar management.

Structs

Cache results of other extractors.

Extractor that deserializes application/x-www-form-urlencoded requests into some type.

Extractor that grabs private cookies from the request and manages the jar.

Queryquery

Extractor that deserializes query strings into some type.

Extractor that grabs signed cookies from the request and manages the jar.