Crate forwarded_header_value

Source
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§

ForwardedHeaderValue
This structure represents the contents of the Forwarded header
ForwardedHeaderValueIterator
Iterator over stanzas in a ForwardedHeaderValue
ForwardedStanza
A single forwarded-for line; there may be a sequence of these in a Forwarded header.

Enums§

ForwardedHeaderValueParseError
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