Constant HTTP_HOST

Source
pub const HTTP_HOST: &str = "http.host";
👎Deprecated: Replaced by one of server.address, client.address or http.request.header.host, depending on the usage.
Expand description

Deprecated, use one of server.address, client.address or http.request.header.host instead, depending on the usage.

§Notes

§Examples

  • "www.example.org"