I'm using curb for custom RSpec matchers which need to inspect the response headers. I couldn't find support for hash-based access to the headers, so I've coded it myself. (I've only found the head attribute of an easy response which returns the headers as a single string.)
I'm down for adding this functionality to Curb and submitting a pull request. But where would be the appropriate place for the code to go?
Hi,
I'm using curb for custom RSpec matchers which need to inspect the response headers. I couldn't find support for hash-based access to the headers, so I've coded it myself. (I've only found the
head
attribute of an easy response which returns the headers as a single string.)I'm down for adding this functionality to Curb and submitting a pull request. But where would be the appropriate place for the code to go?