Module actix_http::http [−][src]
Various HTTP related types.
Modules
| header | A collection of HTTP headers and helpers. |
| uri | URI component of request and response lines |
Structs
| Cookie | Representation of an HTTP cookie. |
| CookieBuilder | Structure that follows the builder pattern for building |
| Error | A generic "error" for HTTP connections |
| HeaderMap | A multi-map of HTTP headers. |
| HeaderName | Represents an HTTP header field name |
| HeaderValue | Represents an HTTP header field value. |
| Method | The Request Method (VERB) |
| PathAndQuery | Represents the path component of a URI |
| StatusCode | An HTTP status code ( |
| Uri | The URI component of a request. |
| Version | Represents a version of the HTTP spec. |
Enums
| ConnectionType | Represents various types of connection |
| ContentEncoding | Represents a supported content encoding. |