axum-proxy

Crates.ioaxum-proxy
lib.rsaxum-proxy
version
sourcesrc
created_at2025-01-04 20:04:49.990005+00
updated_at2025-05-02 00:05:53.527737+00
descriptionTower service for reverse proxy
homepage
repositoryhttps://github.com/kristof-mattei/axum-proxy
max_upload_size
id1504203
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`
size0
Kristof Mattei (kristof-mattei)

documentation

https://docs.rs/axum-proxy

README

axum-proxy is tower's Services that allows it to reverse proxy requests.

These Services 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

Commit count: 36

cargo fmt