-
Notifications
You must be signed in to change notification settings - Fork 311
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
feat: Support per-request headers (#33) #228
feat: Support per-request headers (#33) #228
Conversation
@jasonkuhrt @schickling @timsuchanek @divyenduz |
LGTM. @jasonkuhrt leaving merging & releasing up to you :) |
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.
Thanks @moeHaydar! LGTM
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.
Fixing variable name
sorry for the noise, I didn't notice this feature was in release 3.4.0-next.1 |
closes #33
Support passing custom header per request.
The functions (request and rawRequest) are backward-compatible.