Module tsukuyomi::input

source ·
Expand description

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

Re-exports

pub use self::body::RequestBody;

Modules

Components for receiving incoming request bodies.
Components for managing request-local data.

Structs

A proxy object for accessing Cookie values.
Contextual information used by processes during an incoming HTTP request.
A proxy object for accessing extracted parameters.

Functions

Returns true if the reference to Input is set to the current task.
Acquires a mutable borrow of Input from the current task context and executes the provided closure with its reference.