Some improvements to the wasi-http client implementation of write. (#6161)
* Improve write implementation for streams * Add trailers implementation for responses. * Improve tests. * Update tests.
This commit is contained in:
@@ -23,8 +23,12 @@ os_pipe = "0.9"
|
||||
anyhow = { workspace = true }
|
||||
wat = { workspace = true }
|
||||
cap-std = { workspace = true }
|
||||
tokio = { version = "1.8.0", features = ["rt-multi-thread"] }
|
||||
tokio = { version = "1.8.0", features = ["net", "rt-multi-thread"] }
|
||||
wasmtime-wasi-http = { workspace = true }
|
||||
hyper = { version = "1.0.0-rc.3", features = ["full"] }
|
||||
http = { version = "0.2.9" }
|
||||
http-body = "1.0.0-rc.2"
|
||||
http-body-util = "0.1.0-rc.2"
|
||||
|
||||
[features]
|
||||
test_programs = []
|
||||
|
||||
Reference in New Issue
Block a user