Crates.io | axum-proxy |
lib.rs | axum-proxy |
version | 0.6.0 |
created_at | 2025-01-04 20:04:49.990005+00 |
updated_at | 2025-09-21 23:38:23.333491+00 |
description | Tower service for reverse proxy |
homepage | |
repository | https://github.com/kristof-mattei/axum-proxy |
max_upload_size | |
id | 1504203 |
size | 122,500 |
axum-proxy
is tower Service
s that allows it to reverse proxy requests.
These Service
s are implemented to be used in axum, but can also be used in a more general situation.
See the documentation.
This crate was forked from https://github.com/manorom/reverse-proxy-service, & the name was changed so a new crate could be published
MIT OR Apache-2.0, see LICENSE-MIT OR LICENSE-Apache-2.0
SPDX-License-Identifier: MIT OR Apache-2.0