Constant NETWORK_PROTOCOL_NAME
pub const NETWORK_PROTOCOL_NAME: &'static str;
Expand description
OSI application layer or non-OSI equivalent.
§Notes
The value SHOULD be normalized to lowercase.
§Examples
"amqp"
"http"
"mqtt"
pub const NETWORK_PROTOCOL_NAME: &'static str;
OSI application layer or non-OSI equivalent.
The value SHOULD be normalized to lowercase.
"amqp"
"http"
"mqtt"