You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I was playing around with some stuff yesterday and I ended up needing a way to take a Finch request and feed chunked body into it. This is doable with body: {:stream, stream}, but with that the control for when the body is fed into the request is in Finch's hands.
Instead, I’m looking for an API like Mint's stream_request_body (which Finch's {:stream, stream} uses). Is this doable, or has it been proposed before? Haven't had time to look into feasibility of this yet. 🙃
The text was updated successfully, but these errors were encountered:
Hiya @sneako 👋 🙃
So I was playing around with some stuff yesterday and I ended up needing a way to take a Finch request and feed chunked body into it. This is doable with
body: {:stream, stream}
, but with that the control for when the body is fed into the request is in Finch's hands.Instead, I’m looking for an API like Mint's
stream_request_body
(which Finch's{:stream, stream}
uses). Is this doable, or has it been proposed before? Haven't had time to look into feasibility of this yet. 🙃The text was updated successfully, but these errors were encountered: