echo
echo copied to clipboard
Add Forwarded header parser
Issue Description
Add an IP parser for Forwarded header defined in https://tools.ietf.org/html/rfc7239
We are already parsing the X-Forwarded-For (and X-Real-IP) header using net.IP
.
So I guess we can close this issue @cagataygurturk ?