Crate product_os_request
source ·Structs§
- A body that is always empty.
- A body that consists of a single chunk.
- Represents an HTTP header field name
- Represents an HTTP header field value.
- The Request Method (VERB)
- Represents an HTTP request.
- Represents an HTTP response
- An HTTP status code (
status-codein RFC 7230 et al.). - The URI component of a request.
Enums§
Traits§
- An extension trait for
http_body::Bodyadding various combinators and adapters