SSolidJS•Created by m5 on 12/10/2023 in #support How to pipe/stream file into API Response object?
The problem is I can't find any property that would allow me to stream and kind of stream back. Response.body
is readonly and constructor of Response doesn't allow to set up a stream for a body (as far as I was digging into it)