nategood / httpful

A Chainable, REST Friendly, PHP HTTP Client. A sane alternative to cURL.
MIT License
1.74k stars 298 forks source link

fix: header casing issues #286

Closed atymic closed 4 years ago

atymic commented 4 years ago

See #285

This PR fixes the issue by allowing case insensitive header access as per the HTTP spec.

This is the broken test case for the bug. ~I'll write and PR the fix shortly here as well~

atymic commented 4 years ago

ping @nategood