Type Alias Response

Source
pub type Response = Response<BodyChunk>;
Expand description

An HTTP response combines a head consisting of a StatusCode and headers with a BodyChunk, which provides access to the first chunk of a response body.

Aliased Typeยง

struct Response { /* private fields */ }