echo
echo copied to clipboard
feat: add Forwarded header parsing and real IP extraction with tests
For issue #2694
- Added parser for the "Forwarded" header to extract the "for" field.
- Implemented real IP extraction from the "Forwarded" headers.
- Added unit tests to validate header parsing and real IP extraction functionality.