Module forwarded
Expand description
Middleware to support the reading and writing of Forwarded headers.
See the GetForwardedHeadersLayer
and SetForwardedHeadersLayer
documentation for more details.
Structsยง
- GetForwarded
Headers Layer - Layer to extract
Forwarded
information from the specifiedT
headers. - GetForwarded
Headers Service - Middleware service to extract
Forwarded
information from the specifiedT
headers. - SetForwarded
Headers Layer - Layer to write
Forwarded
information for this proxy, added to the end of the chain of forwarded information already known. - SetForwarded
Headers Service - Middleware
Service
to writeForwarded
information for this proxy, added to the end of the chain of forwarded information already known.