pub fn extract_header_cf_connecting_ip(
headers: &HeaderMap,
) -> Result<Option<IpAddr>, Error>Expand description
Extract the raw, untrusted IP asserted by CF-Connecting-IP.
This reads only the HeaderMap. A missing field returns None; duplicate,
non-text, empty, or non-IP values return an error without including the
value. Surrounding whitespace is ignored. This vendor field is not an IETF
standard, and the function does not authenticate Cloudflare or the sender.