axum-proxy 0.3.0

Tower service for reverse proxy
Documentation
1
2
3
4
5
6
7
`axum-proxy` is [tower](https://crates.io/crates/tower)'s `Service`s that allows it to reverse proxy requests.

These `Service`s are implemented to be used in [axum](https://crates.io/crates/axum), but they can be used in a more general situation.

See the [documentation](https://docs.rs/axum-proxy).

This crate was forked from https://github.com/manorom/reverse-proxy-service, & the name was changed so a new crate could be published