berstend / tiny-request-router

:rocket: Fast, generic and type safe router (match request method and path).
MIT License
202 stars 9 forks source link

Query parameters? #26

Closed tmikaeld closed 4 years ago

tmikaeld commented 4 years ago

Congrats on launching the new router, it is really neat and a bit more flexible than the last one.

It's great that we can use named parameters, I used it frequently with the previous router.

But what about query parameters? Like: mydomain.com/blog/post?id=333

tmikaeld commented 4 years ago

Nevermind, searchParams works well ;-)