Crates.io | axum-proxy |
lib.rs | axum-proxy |
version | |
source | src |
created_at | 2025-01-04 20:04:49.990005+00 |
updated_at | 2025-05-02 00:05:53.527737+00 |
description | Tower service for reverse proxy |
homepage | |
repository | https://github.com/kristof-mattei/axum-proxy |
max_upload_size | |
id | 1504203 |
Cargo.toml error: | TOML parse error at line 27, column 1 | 27 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
axum-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