pub const CLIENT_PORT: &str = "client.port";
Expand description
Client port number.
§Notes
When observed from the server side, and when communicating through an intermediary, client.port
SHOULD represent the client port behind any intermediaries, for example proxies, if it’s available.
§Examples