Expand description
Http protocol support.
Re-exports§
pub use self::error::Error;
Modules§
- body
- Traits and structures to aid consuming and writing HTTP payloads.
- error
- header
- Various http headers
- uri
- URI component of request and response lines
Structs§
- Header
Map - A set of HTTP headers
- Header
Name - Represents an HTTP header field name
- Header
Value - Represents an HTTP header field value.
- Method
- The Request Method (VERB)
- Status
Code - An HTTP status code (
status-code
in RFC 9110 et al.). - Uri
- The URI component of a request.
- Version
- Represents a version of the HTTP spec.