tower/tower-router
Carl Lerche 5369879af6
Extract Service trait and related into crate. (#67)
This makes the `tower` crate available to be a "batteries included"
facade.
2018-04-25 12:35:52 -07:00
..
2017-11-16 09:44:44 -08:00

Tower Router

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