-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Extra HTTP headers can be passed with CreateOptions #223
Conversation
rgba
commented
Jul 18, 2019
- fixes Sending Authentication/token Info Sending Authentication/token Info #142
- fixes Add extra http header Add extra http header #198
- fixes Sending Authentication/token Info westy92#142 - fixes Add extra http header westy92#198
Thank you so much for your contribution! I left a few comments. |
- extraHTTPHeaders are now passed as string:string mapping, this is a much cleaner solution as this does not longer require an additional step to map data into the correct format - enhanced test case to check if passing multiple headers works correctly - fixed linting and performance issues
Codecov Report
@@ Coverage Diff @@
## master #223 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 9 9
Lines 143 145 +2
Branches 19 20 +1
=====================================
+ Hits 143 145 +2
Continue to review full report at Codecov.
|
@westy92 Thank you very much for the detailed code review, I think the code should be in good shape now :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you soooo much for your contribution and quick response to feedback! 🎉
I just published this with v0.6.0. |
@westy92 Awesome! Thank you very much! |