v2.0.0-beta.11
Pre-release
Pre-release
·
13 commits
to beta
since this release
2.0.0-beta.11 (2023-12-11)
Features
BREAKING CHANGES
- Header keys returned by
getAllHeadersare converted
to lowercase. Accessing headers through non-lowercase keys will yield
undefined, even if the header in the request is in the same case. Use
lowercase keys, or usegetHeader.