Module submillisecond::response
source · Expand description
Types and traits for http responses.
Structs
- Html response body with Content-Type set to utf8 text/html.
- Response for redirecting the client
- Parts of a response.
- Error returned if converting a value to a header fails.
Traits
- Converts a type into a
Response
. - Trait for adding headers and extensions to a response.
Type Definitions
- Type alias for
http::Response
whose body defaults toVec<u8>
.