Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Release 3.2.0

Choose a tag to compare

@surol surol released this 15 Jun 05:32
· 512 commits to master since this release

New Features

  • Add @hatsy/http-header-value/headers sub-module containing header-specific parsers and operations.
  • Add @hatsy/http-header-value/node sub-module containing info extracted from Node.js HTTP server objects.
  • Add HttpForwardRep - HTTP request forwarding report extracted from Forwarded and X-Forwarded-... request headers.
    Only trusted info is extracted. The trust policy is defined by HttpForwardTrust.
  • Add HttpAddressRep - HTTP request addressing info, such as URL and remote address.
    It is extracted from Node.js HTTP request.