mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-29 22:11:03 +00:00

This changes the Service request type to a generic instead of an associated type. This is more appropriate as requests are inputs to the service. This change enables a single implementation of `Service` to accept many kinds of request types. This also enables requests to be references. Fixes #99
Tower Util
Additional, generally useful, utilities for working with Tower. Contents from
this crate may eventually be moved into tower
proper. They are kept here until
they prove their utility.