3 Commits

Author SHA1 Message Date
Geoff Seemueller
0493f32f3c Merge pull request #7 from seemueller-io/geoffsee-patch-1
Update README.md
2025-08-15 09:12:30 -04:00
Geoff Seemueller
e4ac91afe9 Update README.md 2025-08-15 09:11:23 -04:00
Geoff Seemueller
1f52e2fd06 Merge pull request #5 from seemueller-io/add-tests
add tests
2025-06-17 12:29:49 -04:00

View File

@@ -2,6 +2,8 @@
[![Rust](https://github.com/seemueller-io/axum-tower-sessions-edge/actions/workflows/test.yaml/badge.svg)](https://github.com/seemueller-io/axum-tower-sessions-edge/actions/workflows/test.yaml) [![Rust](https://github.com/seemueller-io/axum-tower-sessions-edge/actions/workflows/test.yaml/badge.svg)](https://github.com/seemueller-io/axum-tower-sessions-edge/actions/workflows/test.yaml)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
> Deprecated: This project is being rewritten to support newer dependency versions.
Warning: This API may be unstable. Warning: This API may be unstable.
Validates incoming requests for defined routes and forwards traffic to the service defined as `PROXY_TARGET`. Validates incoming requests for defined routes and forwards traffic to the service defined as `PROXY_TARGET`.