feat(client): remove hyper::client::server (#2940)

BREAKING CHANGE: Tower `Service` utilities will exist in `hyper-util`.
This commit is contained in:
Sean McArthur
2022-08-12 13:54:45 -07:00
committed by GitHub
parent cd32454403
commit 889fa2d872
6 changed files with 0 additions and 198 deletions

View File

@@ -181,11 +181,6 @@ name = "state"
path = "examples/state.rs"
required-features = ["full"]
[[example]]
name = "tower_client"
path = "examples/tower_client.rs"
required-features = ["full"]
[[example]]
name = "tower_server"
path = "examples/tower_server.rs"