wai/warp
Reid Draper 4642f2cf45 Only conditionally produce HTTP 100 Continue
Only produce HTTP 100 Continue if the application asks for the request
body. This allows the application to respond with a 4xx or 5xx status,
having only looked at the request headers, and never receiving the body.
An example use-case for this would be responding with HTTP 403 or 413,
without having to waste resources sending a large request body.
2015-04-09 13:16:47 +09:00
..
attic Fix warp pong 2014-08-04 07:09:10 +03:00
bench adding pure version to bench/Parser.hs. 2013-11-05 09:34:41 +09:00
Network/Wai/Handler Only conditionally produce HTTP 100 Continue 2015-04-09 13:16:47 +09:00
test Improve range handling to return 416 2015-02-02 00:34:54 -05:00
.ghci Update warp/.ghci 2013-03-27 21:46:50 +01:00
ChangeLog.md version bumps 2015-04-03 06:53:06 +03:00
LICENSE Update license with MIT license 2012-05-20 19:53:58 -07:00
README.md Doc link updates 2014-12-21 11:27:53 +02:00
Setup.lhs Add 'warp/' from commit '5e5372f01bc90380049573f6c2d35151220cf6b8' 2011-07-22 16:50:15 +03:00
warp.cabal version bumps 2015-04-03 06:53:06 +03:00

warp

The premier WAI handler. For more information, see Warp: A Haskell Web Server.