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:
Brendan Burns
2023-04-10 20:26:19 -07:00
committed by GitHub
parent 85f0c68008
commit 3ff6e0fe03
8 changed files with 166 additions and 33 deletions

4
Cargo.lock generated
View File

@@ -3045,6 +3045,10 @@ dependencies = [
"cap-std",
"cargo_metadata",
"cfg-if",
"http",
"http-body",
"http-body-util",
"hyper",
"os_pipe",
"target-lexicon",
"tempfile",