Module http

Module http 

Source
Expand description

Various HTTP related types.

Modules§

header
Pre-defined HeaderNames, traits for parsing and conversion, and other header utility methods.
uri
URI component of request and response lines

Structs§

Error
Method
The Request Method (VERB)
StatusCode
An HTTP status code (status-code in RFC 7230 et al.).
Uri
The URI component of a request.
Version
Represents a version of the HTTP spec.

Enums§

ConnectionType
Represents various types of connection