dom96 / jester

A sinatra-like web framework for Nim.
MIT License
1.56k stars 120 forks source link

Added query proc to get query string of request #289

Closed ajusa closed 2 years ago

ajusa commented 2 years ago

This would close #288

ajusa commented 2 years ago

Added a quick test, not sure if I should add even more (it's a pretty simple feature, shouldn't be any issues). I've been using it in here: https://github.com/ajusa/dalo/blob/master/src/dalo/jesterqs.nim and it's been working just fine.