Skip to content

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

@spikecodes

Description

@spikecodes

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?

Activity

spikecodes

spikecodes commented on Mar 12, 2021

@spikecodes
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @spikecodes

        Issue actions

          Media proxy with Tide | Stream entire response from reader? · Issue #813 · http-rs/tide