mirror of
https://github.com/typeable/wai.git
synced 2025-01-06 05:25:53 +03:00
4642f2cf45
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. |
||
---|---|---|
.. | ||
attic | ||
bench | ||
Network/Wai/Handler | ||
test | ||
.ghci | ||
ChangeLog.md | ||
LICENSE | ||
README.md | ||
Setup.lhs | ||
warp.cabal |
warp
The premier WAI handler. For more information, see Warp: A Haskell Web Server.