parse_forwarded_for

Function parse_forwarded_for 

Source
pub fn parse_forwarded_for<'a>(
    value: &'a str,
) -> ForwardedForIter<'a, impl Iterator<Item = &'a str>> 
Expand description

Parses provided string as Forwarded header returning all For nodes in order