http-rs / http-rs/route-recognizer
`*` should match empty paths
Open
bug
- Dominant language
- Rust
- Stars
- 101
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
Ref: https://github.com/http-rs/tide/issues/783
```txt
curl http://localhost:8080/test
ok
curl http://localhost:8080/
404
curl http://localhost:8080
404
```
Contributor guide
Assessment
This issue has not been assessed yet.