Module wasmtime_wasi_http::body
source · Structs
- Provides a
HostOutputStream
impl from atokio::sync::mpsc::Sender
. - Holds onto the things needed to construct a
HostIncomingBody
until we are ready to build one. The HostIncomingBody spawns a task that starts consuming the incoming body, and we don’t want to do that unless the user asks to consume the body.