[−][src]Module actix_web::http
Various HTTP related types
Modules
| header | Various http headers |
| 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 |
| Method | The Request Method (VERB) |
| StatusCode | An HTTP status code ( |
| Version | Represents a version of the HTTP spec. |
Enums
| ConnectionType | Represents various types of connection |
Traits
| HttpTryFrom | Private trait for the |