WebAssembly / WebAssembly/WASI
Expose protocol version
Open
Nobody has claimed this yet.
P-http
S-inactive
- Dominant language
- Rust
- Stars
- 5.8k
- Forks
- 333
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 3
Description
e.g.:
variant version {
HTTP11,
HTTP20,
HTTP30,
other(string),
}
incoming-request-version: func(request: incoming-request) -> version
It would be nice to make the labels e.g. HTTP-1-1, but this isn't currently allowed; see https://github.com/WebAssembly/component-model/issues/134
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the proposed version variant and incoming-request-version function in the issue, then review the linked WebAssembly component-model constraint on label syntax. Done means exposing the incoming HTTP protocol version with the proposed representation while respecting that naming limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- wasm
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100