Skip to content

Tags: abrochard/walkman

Tags

0.2

Toggle 0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

0.1

Toggle 0.1's commit message
fixing tests