Constant HTTP_HOST

Source
pub const HTTP_HOST: &'static str;
👎Deprecated: {note: Replaced by one of server.address, client.address or http.request.header.host, depending on the usage., reason: uncategorized}
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"