tschneidereit requested elliottt for a review on PR #7261.
tschneidereit requested pchickey for a review on PR #7261.
tschneidereit requested lukewagner for a review on PR #7261.
tschneidereit requested wasmtime-core-reviewers for a review on PR #7261.
tschneidereit opened PR #7261 from tschneidereit:wasi-http-mutate-outgoing-state
to bytecodealliance:main
:
This change has two purposes:
1. adding the accessors enables treating the resource's representation of all state as canonical, instead of requiring a component to retain a copy of all state contained in the resource. 2. Adding mutators for all state supports use cases where it's required to change a request's/response's state after writing to its body. This is in particular the case when implementing preexisting systems or specifications, such as the WHATWG fetch spec used in JavaScript environments.
(Stacked on #7260)
pchickey edited PR #7261:
This change has two purposes:
adding the accessors enables treating the resource's representation of all state as canonical, instead of requiring a component to retain a copy of all state contained in the resource.
Adding mutators for all state supports use cases where it's required to change a request's/response's state after writing to its body. This is in particular the case when implementing preexisting systems or specifications, such as the WHATWG fetch spec used in JavaScript environments.
(Stacked on #7260)
alexcrichton closed without merge PR #7261.
Last updated: Nov 22 2024 at 17:03 UTC