WebAssembly / WebAssembly/WASI
Expected normalization for path-and-query?
Open
Nobody has claimed this yet.
P-http
- Dominant language
- Rust
- Stars
- 5.8k
- Forks
- 333
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 3
Description
If I set-path-and-query(""), should I get back "" from get-path-and-query, or is there some normalization allowed, or some normalization required?
Wasmtime currently returns "/" after having set "".
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
Review the set-path-and-query and get-path-and-query behavior described in the issue, including Wasmtime's return of "/" after setting "". Determine whether the WASI specification should require preserving the empty value or permit normalization, then document the chosen semantics and expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- wasm
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100