# tower-proxy
## Purpose
`tower-proxy` is [tower](https://crates.io/crates/tower) `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 can also be used in a more general situation.
See the [documentation](https://docs.rs/tower-proxy).
This crate was forked from https://github.com/manorom/reverse-proxy-service, & the name was changed so a new crate could be published
## License
MIT OR Apache-2.0, see [LICENSE-MIT](./LICENSE-MIT) OR [LICENSE-Apache-2.0](./LICENSE-Apache-2.0)
`SPDX-License-Identifier: MIT OR Apache-2.0`