Constant hyper::header::REFERER [] [src]

pub const REFERER: HeaderName = HeaderName{inner: Repr::Standard(StandardHeader::Referer),}

Contains the address of the previous web page from which a link to the currently requested page was followed.

The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.