Expand description
This module implements parsing for the Forwarded header as defined by
RFC 7239 and RFC 7230. You should generally interact with the ForwardedHeaderValue
struct.
Structs§
- Forwarded
Header Value - This structure represents the contents of the Forwarded header
- Forwarded
Header Value Iterator - Iterator over stanzas in a ForwardedHeaderValue
- Forwarded
Stanza - A single forwarded-for line; there may be a sequence of these in a Forwarded header.
Enums§
- Forwarded
Header Value Parse Error - Errors that can occur while parsing a ForwardedHeaderValue
- Identifier
- Remote identifier. This can be an IP:port pair, a bare IP, an underscore-prefixed “obfuscated string”, or unknown.
- Protocol
- HTTP protocol from the remote host