Expand description
HTTP header objects that preserve http header cases
Although HTTP header names are supposed to be case-insensitive for compatibility, proxies ideally shouldn’t alter the HTTP traffic, especially the headers they don’t need to read.
This crate provide structs and methods to preserve the headers in order to build a transparent proxy.
Modules§
Structs§
- A set of HTTP headers
- The Request Method (VERB)
- The HTTP request header type.
- The HTTP response header type.
- An HTTP status code (
status-code
in RFC 7230 et al.). - Represents a version of the HTTP spec.
Traits§
- A trait that converts into case-sensitive header names.