Skip to content
Compare
Choose a tag to compare
@abrochard abrochard released this 29 Dec 18:32
· 3 commits to master since this release
00b4fd5
Compare `content-type` ignoring case when formatting JSON response bo…

…dy (#15)

The `string=` function always compares two strings taking the case into
account. This commit calls the `downcase` function on the header we're
comparing, to make it work in a case insensitive way.