Skip to content

v2.0.0-beta.11

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Dec 16:18
· 13 commits to beta since this release
141898e

2.0.0-beta.11 (2023-12-11)

Features

  • Return lowercase header keys from getAllHeaders (#1187) (141898e)

BREAKING CHANGES

  • Header keys returned by getAllHeaders are 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 use getHeader.