eugef / node-mocks-http

Mock 'http' objects for testing Express routing functions
Other
753 stars 133 forks source link

Fix for mock response case-insensitvity #172

Closed rhodgkins closed 5 years ago

rhodgkins commented 5 years ago

Failing test case included.

Need to lower case all header names when saving.

Also lower case when querying the headers (.getHeader, ._getHeaders, .removeHeader)

eugef commented 5 years ago

@rhodgkins Thanks for the PR