public interface IuForwardedHeader
Provides parameters from the HTTP Forwarded header.
- See Also:
-
Method Details
-
getBy
String getBy()Gets the user-agent facing interface of the proxy.- Returns:
- "by" value
-
getFor
String getFor()Gets the node making the request to the proxy.- Returns:
- "for" value
-
getHost
String getHost()Gets the host request header field as received by the proxy.- Returns:
- "host" value
-
getProto
String getProto()Gets the protocol used to make the request.- Returns:
- "proto" value
-