Type Definition viz_core::Request

source · []
pub type Request<T = Body> = Request<T>;

Trait Implementations

Reads bytes

Available on crate feature params only.

Gets all parameters.

Available on crate feature params only.

Gets single parameter by name.

Available on crate feature query only.
Available on crate feature limits only.

Reads bytes with a limit by name.

Reads the request body, and returns with a raw binary data buffer. Read more

Reads the request body, and returns with a String, it is always decoded using UTF-8. Read more

Available on crate feature form only.
Available on crate feature json only.

Reads the request body, and returns with a JSON. Read more

Available on crate feature multipart only.
Available on crate feature data only.
Available on crate feature data only.
Available on crate feature cookie only.
Available on crate feature cookie only.
Available on crate feature limits only.
Available on crate feature session only.

Gets session