-
-
Notifications
You must be signed in to change notification settings - Fork 377
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: allow headers to accept fn #897
Conversation
Codecov Report
@@ Coverage Diff @@
## master #897 +/- ##
=======================================
Coverage 98.58% 98.59%
=======================================
Files 10 10
Lines 282 284 +2
Branches 99 100 +1
=======================================
+ Hits 278 280 +2
Misses 4 4
Continue to review full report at Codecov.
|
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.
Let's add test and when send the same PR to dev server, because we have the headers
option on dev server level too
wip 👍 |
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!
This PR contains a:
Motivation / Use-Case
Headers can now accept fn
Breaking Changes
no
Additional Info
Fix #890 fix #892