Expand description
HTTP networking support
Re-exports§
Modules§
- body
- error
- The http portion of wstd uses
anyhow::Erroras itsErrortype. - request
- response
- server
- HTTP servers
Structs§
- Authority
- Represents the authority component of a URI.
- Body
- A HTTP Body.
- Client
- An HTTP client.
- Header
Map - A specialized multimap for header names and values.
- Header
Name - Represents an HTTP header field name
- Header
Value - Represents an HTTP header field value.
- Invalid
Uri - An error resulting from a failed attempt to construct a URI.
- Method
- The Request Method (VERB)
- Path
AndQuery - Represents the path component of a URI
- Request
- Represents an HTTP request.
- Response
- Represents an HTTP response
- Scheme
- Represents the scheme component of a URI
- Status
Code - An HTTP status code (
status-codein RFC 9110 et al.). - Uri
- The URI component of a request.
Enums§
- Error
Code - These cases are inspired by the IANA HTTP Proxy Error Types: https://www.iana.org/assignments/http-proxy-status/http-proxy-status.xhtml#table-http-proxy-error-types
Traits§
- BodyExt
- An extension trait for
http_body::Bodyadding various combinators and adapters