Skip to content

Releases: abrochard/walkman

0.2

29 Dec 18:32
00b4fd5
Compare
Choose a tag to compare
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

28 Dec 15:47
Compare
Choose a tag to compare
0.1
fixing tests