Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRequest Headers section in README seems misleading #1901
Labels
Comments
Please fix? Do show us some repro output too. |
I am adding some integration specs, not sure whether we want to merge them, but they do demonstrate a different behaviour. Test here: #1927 |
Interesting, I have such issues in a Rails app, with Grape API mounted in Perhaps that's some new However, I can try |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perhaps it is related to #1770.
So the README says that an example below will be normalized:
But actually - it won't. If header name contains an underscore - in
env
it will remain as is and withoutHTTP_
prefix, and it won't appear inheaders
helper at all.