Type Alias Request

Source
pub type Request<T = Body> = Request<T>;
Available on crate feature http only.
Expand description

Type alias for http::Request whose body type defaults to Body, the most common body type used with rama.

Aliased Typeยง

pub struct Request<T = Body> { /* private fields */ }