Crate product_os_request
source ·Modules§
- Combinators for the
Bodytrait.
Structs§
- A stream created from a
Body. - A collected body produced by
BodyExt::collectwhich collects all the DATA frames and trailers. - 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)
- An error returned when body length exceeds the configured limit.
- A length limited body.
- Represents an HTTP request.
- Represents an HTTP response
- An HTTP status code (
status-codein RFC 7230 et al.). - A body created from a
Stream. - The URI component of a request.
Enums§
Traits§
- An extension trait for
http_body::Bodyadding various combinators and adapters