Skip to content
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

Media proxy with Tide | Stream entire response from reader? #813

Open
spikecodes opened this issue Mar 12, 2021 · 1 comment
Open

Media proxy with Tide | Stream entire response from reader? #813

spikecodes opened this issue Mar 12, 2021 · 1 comment

Comments

@spikecodes
Copy link

spikecodes commented Mar 12, 2021

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?

@spikecodes
Copy link
Author

I saw #784 but is that streaming the request or receiving all the bytes before building a response?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant