WebAssembly / WebAssembly/WASI

Expose protocol version

Open
#817 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.