Skip to main content

Module http

Module http 

Source
Expand description

HTTP header objects that preserve http header cases

Modules§

prelude

Structs§

HMap
A specialized multimap for header names and values.
Method
The Request Method (VERB)
RequestHeader
The HTTP request header type.
ResponseHeader
The HTTP response header type.
StatusCode
An HTTP status code (status-code in RFC 9110 et al.).
Version
Represents a version of the HTTP spec.

Enums§

HeaderNameVariant

Traits§

IntoCaseHeaderName
A trait that converts into case-sensitive header names.