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

Expose Cookie via the main interface #350

Closed ocramz closed 5 months ago

ocramz commented 10 months ago

Currently the Cookie module has to be imported standalone but it would be nice to provide it via Web.Scotty and Web.Scotty.Trans

ocramz commented 5 months ago

Closed via #395