pub const VIA: HeaderName;
Expand description
Added by proxies to track routing.
The via
general header is added by proxies, both forward and reverse
proxies, and can appear in the request headers and the response headers.
It is used for tracking message forwards, avoiding request loops, and
identifying the protocol capabilities of senders along the
request/response chain.