hyper-caching-body 0.1.0

Caching body type for hyper
Documentation
# Hyper HTTP caching body

Provides a simple struct to cache an incoming body "in-flight"

Useful if you want to cache a body without consuming while returning it to a client

[![crates.io][crates-badge]][crates-url]
[![documentation][docs-badge]][docs-url]
[![MIT License][mit-badge]][mit-url]

[crates-badge]: https://img.shields.io/crates/v/hyper-caching-body.svg
[crates-url]: https://crates.io/crates/hyper-caching-body
[docs-badge]: https://docs.rs/hyper-caching-body/badge.svg
[docs-url]: https://docs.rs/hyper-caching-body
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: LICENSE

## License

This project is licensed under the [MIT license](LICENSE).