@hackage warp1.3.7
A fast, light-weight web server for WAI applications.
Categories
License
MIT
Maintainer
michael@snoyman.com
Links
Versions
Installation
Dependencies (19)
- base >=3 && <5
- blaze-builder >=0.2.1.4 && <0.4
- blaze-builder-conduit >=0.5 && <0.6
- bytestring >=0.9.1.4
- case-insensitive >=0.2
- conduit >=0.5 && <0.6 Show all…
Dependents (502)
@hackage/prometheus-effect, @hackage/rfc, @hackage/wrecker, @hackage/growler, @hackage/microformats2-parser, @hackage/configuration-tools, Show all…
Package Flags
network-bytestring(off by default)
The premier WAI handler. For more information, see http://steve.vinoski.net/blog/2011/05/01/warp-a-haskell-web-server/.
Changelog
- 1.3.7
- Sockets now have FD_CLOEXEC set on them. This behavior is more secure, and the change should not affect the vast majority of use cases.