http-rs / http-rs/route-recognizer
Parse query parameters in addition to parameters passed in URL
Open
- Dominant language
- Rust
- Stars
- 101
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
Consider a path, `/path/:value/?foo=:bar` parsed with url `/path/test/?foo=something`. The library currently parses only `test` parameter, ignoring the `foo` query parameter. It should parse that as well.
Contributor guide
Assessment
This issue has not been assessed yet.