-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add raw header info to request object #2032
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2032 +/- ##
=============================================
+ Coverage 91.811% 91.842% +0.030%
=============================================
Files 35 35
Lines 3224 3236 +12
Branches 556 556
=============================================
+ Hits 2960 2972 +12
Misses 179 179
Partials 85 85
Continue to review full report at Codecov.
|
I pulled #2006 into this one. So, after that is merged this will be a much smaller PR. |
Resolves #1963
This will add raw data from the header. Unit tests and final naming to come. I have been back and forth in my head about trying to keep it consistent with
request.body
. But, I also do not want to have todecode
more than once. I might change my mind 4 more times before the PR is ready for review.