Type Alias Request
Source pub type Request = Request<BodyChunk>;
Expand description
An HTTP request combines a head consisting of a Method
, Uri
, and headers with a BodyChunk
, which provides
access to the first chunk of a request body.
struct Request { }