tower/tower-router
Carl Lerche ad6ff8c0d8 License Tower under MIT only
A dual MIT / Apache 2.0 license does not make any sense. Since the
intent of the original license was to be dual under MIT or Apache 2.0,
restricting to ony MIT is OK.
2017-11-16 09:44:44 -08:00
..
src Rename `tower-route` -> `tower-router`. (#26) 2017-11-02 12:26:32 -07:00
tests Rename `tower-route` -> `tower-router`. (#26) 2017-11-02 12:26:32 -07:00
Cargo.toml Prevent accidental publishing of the crates 2017-11-16 09:40:32 -08:00
README.md License Tower under MIT only 2017-11-16 09:44:44 -08:00

README.md

Tower Router

A Tower middleware that routes requests to one of a set of inner services using a request predicate.