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.