Crates.io | tower-reverse-proxy |
lib.rs | tower-reverse-proxy |
version | 0.3.0 |
created_at | 2025-01-03 02:52:13.714267+00 |
updated_at | 2025-01-04 19:35:30.07993+00 |
description | Tower service for reverse proxy |
homepage | |
repository | https://github.com/kristof-mattei/tower-reverse-proxy |
max_upload_size | |
id | 1502077 |
size | 66,932 |
tower-reverse-proxy
is tower's Service
s that allows it to reverse proxy requests.
These Service
s are implemented to be used in axum, but they can 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