hyproxy 0.1.0

Proxy helpers for hyper services
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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