Add Body::from_stream (#1848)

This commit is contained in:
David Pedersen
2023-03-23 20:23:34 +01:00
parent a4b7d3843c
commit 0d50d17304
8 changed files with 80 additions and 30 deletions
+2
View File
@@ -21,6 +21,8 @@ futures-util = { version = "0.3", default-features = false, features = ["alloc"]
http = "0.2.7"
http-body = "0.4.5"
mime = "0.3.16"
pin-project-lite = "0.2.7"
sync_wrapper = "0.1.1"
tower-layer = "0.3"
tower-service = "0.3"