Support any type of response body

This commit is contained in:
David Pedersen
2021-05-30 01:57:01 +02:00
parent 5efa7ab7ea
commit a04c98dd42
2 changed files with 68 additions and 9 deletions
+3
View File
@@ -21,3 +21,6 @@ tower = { version = "0.4", features = ["util"] }
[dev-dependencies]
tokio = { version = "1.6.1", features = ["macros", "rt"] }
serde = { version = "1.0", features = ["derive"] }
tower = { version = "0.4", features = ["util", "make"] }
tower-http = { version = "0.1", features = ["trace"] }
hyper = { version = "0.14", features = ["full"] }