tower-rs / tower-h2

An HTTP/2.0 client and server `Service` implementation.
MIT License
89 stars 18 forks source link

Add lift combinator for HttpService. #18

Closed carllerche closed 6 years ago

carllerche commented 6 years ago

HttpService instances cannot be used where a T: Service is required. LiftService is provided to adapt an HttpService instance to Service.