Module tsukuyomi::input[][src]

Components for parsing incoming HTTP requests and accessing the global or request-local data.

Re-exports

pub use self::body::RequestBody;

Modules

body

Components for receiving incoming request bodies.

header
local_map

Components for managing request-local data.

upgrade

Components for the basic mechanisim for HTTP/1.1 server upgrade.

Structs

Input

Contextual information used by processes during an incoming HTTP request.

Params

Functions

is_set_current

Returns true if the reference to Input is set to the current task.

with_get_current

Acquires a mutable borrow of Input from the current task context and executes the provided closure with its reference.