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

Don't export ParseRequestBodyOptions #387

Closed ocramz closed 3 months ago

ocramz commented 4 months ago

this is a type from wai-extra and we should just reference it here.

ocramz commented 3 months ago

Closed by #394