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.72k stars 134 forks source link

Add for decoding x-www-form-urlencoded data #216

Closed mitchellwrosen closed 11 months ago

mitchellwrosen commented 6 years ago

Here ya go if you'd like it - decoding x-www-form-urlencoded request bodies a la jsonData

ocramz commented 1 year ago

@mitchellwrosen I've fixed the conflicts, now waiting for CI and we're good to merge

mitchellwrosen commented 11 months ago

@ocramz Sorry but I'm not sure I have the context or bandwidth to dedicate to this 5 year old PR of mine. I'm not a scotty user :(

I will note that the commit I made looks rather different than the PR in its current form.

Here is my commit: https://github.com/scotty-web/scotty/pull/216/commits/2a7db35ed3ba02cd84a42d4c3f5c325f4d67dad9

I think the merge commit you made into this branch 2 weeks ago has accidentally added some unwanted stuff, somehow: https://github.com/scotty-web/scotty/pull/216/commits/4ea5e7fdc93abe8fc8ec8dda10851ab06549758d

ocramz commented 11 months ago

@mitchellwrosen apologies, I must have made a mistake while fixing conflicts. Closing this for now and resuming at #321