Module forwarded
Available on crate feature
http only.Structs§
- CFConnecting
Ip - CF-Connecting-IP provides the client IP address connecting to Cloudflare to the origin web server.
- Client
Ip - Client-Ip is used by some proxy software to set the real client Ip Address (known to them).
- Forwarded
- Typed header wrapper for
rama_net::forwarded::Forwarded; - True
Client Ip - True-Client-IP provides the original client IP address to the origin web server (Cloudflare Enterprise).
- Via
- The Via general header is added by proxies, both forward and reverse.
- XClient
Ip - X-Client-Ip is used by some proxy software to set the real client Ip Address (known to them).
- XForwarded
For - The
X-Forwarded-For(XFF) request header is a de-facto standard header for identifying the originating IP address of a client connecting to a web server through a proxy server. - XForwarded
Host - The X-Forwarded-Host (XFH) header is a de-facto standard header for identifying the original host requested by the client in the Host HTTP request header.
- XForwarded
Proto - The X-Forwarded-Proto (XFP) header is a de-facto standard header for identifying the protocol (HTTP or HTTPS) that a client used to connect to your proxy or load balancer.
- XRealIp
- X-Real-Ip is used by some proxy software to set the real client Ip Address (known to them).
Traits§
- Forward
Header - A trait for types headers that is used by middleware which supports headers that can be converted into and from Forward data.