Proxy utilties for hyper-based services, reliant on `hyper` and `hyperdriver`.
[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
[![Build Status][build-image]][build-link]
![MIT licensed][license-image]
This crate provides primitives specific to building proxies and reverse proxies with `hyper`. It is built on `hyperdriver` and `hyper`.
[crate-image]: https://img.shields.io/crates/v/hyproxy
[crate-link]: https://crates.io/crates/hyproxy
[docs-image]: https://docs.rs/hyproxy/badge.svg
[docs-link]: https://docs.rs/hyproxy/
[build-image]: https://github.com/alexrudy/hyproxy/actions/workflows/ci.yml/badge.svg
[build-link]: https://github.com/alexrudy/hyproxy/actions/workflows/ci.yml
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg