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.
ยงExamples
"www.example.org"