-
Notifications
You must be signed in to change notification settings - Fork 218
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(proxy): stream request body with streamRequest
option
#374
Conversation
Codecov Report
@@ Coverage Diff @@
## main #374 +/- ##
=======================================
Coverage 78.37% 78.38%
=======================================
Files 26 26
Lines 2793 2803 +10
Branches 407 408 +1
=======================================
+ Hits 2189 2197 +8
- Misses 604 606 +2
|
streamRequest
option
Thanks for the nice PR! With recently introduced (experimental) |
Thanks for picking this up @pi0 - great work in adding the missing parts and getting it over the line! I'm looking forward to using this very soon :) |
Example of problem and roughly-sketched implementation for #373
This PR amends the behaviour of
proxyRequest
to stream the proxied request to the upstream target.Note that this PR is a rough hack and doesn't represent a polished solution.