wasi-http
wasi-http copied to clipboard
Add `take-headers` methods for incoming messages and bump package version to 0.2.1-draft
Closes #102. See discussion in that issue for the motivation and design of this change.
I believe we should change the version to be 0.2.1-draft as part of this PR.
@pchickey I'm guessing we'll want to stick with 0.2.0 for the dependencies for now, and just change to package wasi:[email protected] in proxy.wit?
Yes, we should only change the version at the wasi:http package declaration in proxy.wit.
Got it; updated the version and also edited the PR title to better reflect the new approach
Unsure why the CI check is failing here; I have wit-bindgen-cli 0.17.0 installed as does the Actions script, but the --check test is failing on the output I've produced.