https://github.com/zebp/router-service
A simple HTTP router for tower
https://github.com/zebp/router-service
Last synced: about 2 months ago
JSON representation
A simple HTTP router for tower
- Host: GitHub
- URL: https://github.com/zebp/router-service
- Owner: zebp
- License: mit
- Created: 2023-06-15T12:29:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T20:38:23.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T05:49:35.585Z (about 2 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# router-service
A simple HTTP request Router that can be used as a tower [Service](https://docs.rs/tower/latest/tower/trait.Service.html)
## WIP