-
-
Notifications
You must be signed in to change notification settings - Fork 227
feat: Use httpx.request to allow bodies for all type of requests #547
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
Thanks @MalteBecker, this looks great! did you test out a generated client with this against a real web server? Just in case there are any peculiarities with |
Codecov Report
@@ Coverage Diff @@
## main #547 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 48 48
Lines 1661 1661
=========================================
Hits 1661 1661 Continue to review full report at Codecov.
|
@dbanty I tested it with a few of our web APIs at it worked pretty fine. |
As described in #545 i changed every httpx call to use httpx.request instead of httpx.get/post/put/etc.