Python FastApi "Transfer-Encoding chunked" (Streaming) #2148
Unanswered
silentw0lf
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello together,
how can I realize enabling autogenerated python FastApi code to read chunks from the body (Transfer-Encoding: chunked).
In an own implementation I could use an extra parameter
request: Requestfromfrom starlette.requests import Requestand
request.stream()Is there a way to inject the request Parameter into the autogenerated code? (Instead of
body: Body?)Best regards
:-)
Beta Was this translation helpful? Give feedback.
All reactions