Expand description
Various HTTP related types.
Modules§
- header
 - A Collection of Header implementations for common HTTP Headers.
 - uri
 - URI component of request and response lines
 
Structs§
- Error
 - Method
 - The Request Method (VERB)
 - 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
 - Keep
Alive  - Connection keep-alive config.