metosin / reitit

A fast data-driven routing library for Clojure/Script
https://cljdoc.org/d/metosin/reitit/
Eclipse Public License 1.0
1.42k stars 254 forks source link

add parsing of query params to match-by-path in reitit.core #665

Open martinklepsch opened 7 months ago

martinklepsch commented 7 months ago

The motivation behind this PR is to make match-by-path behave consistently no matter if you use reitit.core/match-by-path or reitit.frontend/match-by-path.