pub fn extract_request_socket_ip<B>(request: &Request<B>) -> Option<IpAddr>Expand description
Extract the IP component of a SocketAddr request extension.
This delegates to extract_request_socket_address. It returns None
when the extension is absent and does not inspect forwarding Headers or
apply a proxy trust policy.