WebAssembly / WebAssembly/WASI
Fields/Headers take a list of Vec<(String, String)> to create, but probably should take Vec<(String, List<String>)>
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 5.8k
- Forks
- 333
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 3
Description
The new-entries function takes a list of (String, String) but the fields-get function returns a Vec(String)
Headers can have multiple values per the HTTP spec, so I think that new-entries should probably take Vec<(String, List<String>)>
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
Locate the new-entries function and the fields-get function, then compare their header value types with the HTTP multiple-value requirement described in the issue. Confirm the intended API shape and check the existing tests or callers before changing anything; done means the two functions represent repeated header values consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100