parse_forwarded

Function parse_forwarded 

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

Parses provided string as Forwarded header

It performs no error checking, ignoring invalid values, as it assumes you parse valid Forwarded header

Every proxy’s entry is separated by ,

This iterator returns iterator over individual proxy’s entries within value