feat(service): rename Service to HttpService, re-export tower::Service`
The only important trait for a user is the `tower::Service` trait, which is now available also at `hyper::service::Service`. The other "trait aliases" are no longer publicly exported, as people thought they had to implement them. Also removes dependency on `tower-make`, which is trivial but otherwise shouldn't affect anyone. Closes #1959
This commit is contained in:
@@ -34,7 +34,6 @@ log = "0.4"
|
||||
pin-project = "0.4"
|
||||
time = "0.1"
|
||||
tower-service = "=0.3.0-alpha.2"
|
||||
tower-make = { version = "=0.3.0-alpha.2a", features = ['io'] }
|
||||
tokio-executor = "=0.2.0-alpha.6"
|
||||
tokio-io = "=0.2.0-alpha.6"
|
||||
tokio-sync = "=0.2.0-alpha.6"
|
||||
|
||||
Reference in New Issue
Block a user