Module http

Source
Expand description

Fundamental HTTP types.

Modules§

header
HTTP header types
method
The HTTP request method
status
HTTP status codes
uri
URI component of request and response lines
version
HTTP version

Structs§

CustomMethod
A type that represents a custom HTTP method.
HeaderMap
A set of HTTP headers
HeaderName
Represents an HTTP header field name
HeaderValue
Represents an HTTP header field value.
Method
The Request Method (VERB)
StatusCode
An HTTP status code (status-code in RFC 9110 et al.).
Uri
The URI component of a request.
Version
Represents a version of the HTTP spec.
WildcardMethod
A type that represents a wildcard method.