http-rs / http-rs/route-recognizer

Parse query parameters in addition to parameters passed in URL

Open
#47 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.