Constant HTTP_HOST

pub const HTTP_HOST: &'static str;
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"