scotty-web / scotty

Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository)
http://hackage.haskell.org/package/scotty
BSD 3-Clause "New" or "Revised" License
1.71k stars 132 forks source link

read from queryString instead of rawQueryString #360

Closed zachary822 closed 6 months ago

zachary822 commented 6 months ago

Fixes #348

zachary822 commented 6 months ago

I'm new to Haskell in general (especially testing), hopefully this is what you are looking for.