pub type ResponseHead = Response<()>;
Expand description
Type alias for HTTP response headers.
This type represents the header portion of an HTTP response, using
http::Response<()>
with an empty body placeholder. The actual response
body can be attached later using the response builder pattern.
Aliased Typeยง
pub struct ResponseHead { /* private fields */ }