pub fn extract_request_cloudfront_viewer_address<B>(
request: &Request<B>,
) -> Result<Option<IpAddr>, Error>Expand description
Extract CloudFront-Viewer-Address from a complete request.
This reads request.headers() and delegates to
extract_header_cloudfront_viewer_address, preserving its missing and
strict IP:port error behavior. The returned assertion remains raw and
untrusted.