Expand description
Various HTTP related types
Modules§
Structs§
- Cookie
- Representation of an HTTP cookie.
- Cookie
Builder - Structure that follows the builder pattern for building
Cookiestructs. - Error
- A generic “error” for HTTP connections
- 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)
- Path
AndQuery - Represents the path component of a URI
- Status
Code - An HTTP status code (
status-codein RFC 7230 et al.). - Uri
- The URI component of a request.
- Version
- Represents a version of the HTTP spec.
Enums§
- Connection
Type - Represents various types of connection
- Content
Encoding - Represents supported types of content encodings