Skip to content

0.4.2

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 30 Jul 15:56
· 171 commits to main since this release

Make Payload headers case insensitive

The HTTP spec says that headers are case-insensitve. That is, "Accept", "ACCEPT", "accept" etc are all the same thing. However, the http library was treating them as different headers.

All headers are now converted to lowercase for storage in a Payload and all lookups are done using the key converted to lowercase.

[0.4.2] - 2021-07-30

Fixed

  • Make Payload headers case insensitive (PR #65)