Module forwarded

Expand description

Middleware to support the reading and writing of Forwarded headers.

Structsยง

GetForwardedHeaderLayer
Layer to extract Forwarded information from the specified T headers.
GetForwardedHeaderService
Middleware service to extract Forwarded information from the specified T headers.
GetForwardedHeadersLayer
Layer to extract Forwarded information from the specified T headers.
GetForwardedHeadersService
Middleware service to extract Forwarded information from the specified T headers.
SetForwardedHeaderLayer
Layer to write Forwarded information for this proxy, added to the end of the chain of forwarded information already known.
SetForwardedHeaderService
Middleware Service to write Forwarded information for this proxy, added to the end of the chain of forwarded information already known.
SetForwardedHeadersLayer
Layer to write Forwarded information for this proxy, added to the end of the chain of forwarded information already known.
SetForwardedHeadersService
Middleware Service to write Forwarded information for this proxy, added to the end of the chain of forwarded information already known.