Constant DNS_QUESTION_NAME
Source pub const DNS_QUESTION_NAME: &'static str;
Expand description
The name being queried.
§Notes
The name represents the queried domain name as it appears in the DNS query without any additional normalization.
§Examples
"www.example.com"
"opentelemetry.io"