-
-
Notifications
You must be signed in to change notification settings - Fork 228
fix: Non-string header values [#552 & #553]. Thanks @John98Zakaria! #566
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #566 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 48 48
Lines 1661 1674 +13
=========================================
+ Hits 1661 1674 +13
Continue to review full report at Codecov.
|
Closes #552. BREAKING CHANGE: Header values will be explicitly transformed or omitted instead of blindly passed to httpx as-is. Co-authored-by: John Sorial <johnzakaria98@gmail.com> Co-authored-by: dbanty <dbanty@users.noreply.github.com>
Closes #552. BREAKING CHANGE: Header values will be explicitly transformed or omitted instead of blindly passed to httpx as-is. Co-authored-by: John Sorial <johnzakaria98@gmail.com> Co-authored-by: dbanty <dbanty@users.noreply.github.com>
This fixes #552 and replaces #553.
BREAKING CHANGE: Header values will be explicitly transformed or omitted instead of blindly passed to httpx as-is.
TODO: