Module rouille::input [] [src]

Reexports

pub use self::json::get_json_input;
pub use self::post::get_post_input;

Modules

json
post

Structs

HttpAuthCredentials
Session

Represents an entry in the sessions manager.

SessionsManager

Manages all active user sessions in memory.

Functions

generate_session_id

Generates a string suitable for a session ID.

get_basic_http_auth

Attempts to parse a Authorization header with basic HTTP auth.

get_cookies

Attempts to parse the list of cookies from the request.