stream-body icon indicating copy to clipboard operation
stream-body copied to clipboard

An HttpBody implementation with efficient streaming support for the Rust HTTP library hyper

Results 3 stream-body issues
Sort by recently updated
recently updated
newest added

``` error[E0425]: cannot find function `spawn` in crate `tokio` --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/stream-body-0.1.1/src/body.rs:104:16 | 104 | tokio::spawn(async move { | ^^^^^ not found in `tokio` | help: consider importing this function |...

Improvements to the work by @erwandl: https://github.com/ErwanDL/stream-body/tree/update-dependencies