hyper-body-utils 0.1.6-beta.6

Utilities for handling HTTP bodies with hyper
Documentation
# hyper-body-utils

A utility crate for handling hyper bodies.


## Description

**hyper-body-utils** is a small utility crate for handling hyper bodies.


## Install

```rust
hyper-body-utils = { version = "0.1.0", features = ["tokio-rt"] }
```

## Runtimes

- [tokio]https://github.com/tokio-rs/tokio
- [smol]https://github.com/smol-rs/smol

## Crate features

- tokio-rt (default)
- smol-rt


## License

MIT

## Author

Rogerio Pereira Araujo <rogerio.araujo@gmail.com>