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
Hi, I'm attempting to use Tide in combination with async_std::net::TcpStream to build a media proxy.
My goal is to stream the media bytes (including the headers) through my proxy to the response. Is this achievable with Tide or can only a Body be constructed from a reader?
The text was updated successfully, but these errors were encountered:
Hi, I'm attempting to use Tide in combination with
async_std::net::TcpStream
to build a media proxy.My goal is to stream the media bytes (including the headers) through my proxy to the response. Is this achievable with Tide or can only a Body be constructed from a reader?
The text was updated successfully, but these errors were encountered: