This repository was archived by the owner on Mar 16, 2025. It is now read-only.
Release 3.2.0
New Features
- Add
@hatsy/http-header-value/headerssub-module containing header-specific parsers and operations. - Add
@hatsy/http-header-value/nodesub-module containing info extracted from Node.js HTTP server objects. - Add
HttpForwardRep- HTTP request forwarding report extracted fromForwardedandX-Forwarded-...request headers.
Only trusted info is extracted. The trust policy is defined byHttpForwardTrust. - Add
HttpAddressRep- HTTP request addressing info, such as URL and remote address.
It is extracted from Node.js HTTP request.