Expand description
Various HTTP related types
Re-exports§
pub use crate::cookie::Cookie;pub use crate::cookie::CookieBuilder;
Modules§
Structs§
- 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