@hackage warp2.0.3
A fast, light-weight web server for WAI applications.
Categories
License
MIT
Maintainer
michael@snoyman.com
Links
Versions
Installation
Dependencies (23)
- array
- base >=4.5 && <5
- blaze-builder >=0.3.3 && <0.4
- blaze-builder-conduit >=0.5 && <1.1
- bytestring >=0.9.1.4
- case-insensitive >=0.2 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)
allow-sendfilefd
(on by default)
Allow use of sendfileFd (not available on GNU/kFreeBSD)
The premier WAI handler. For more information, see http://steve.vinoski.net/blog/2011/05/01/warp-a-haskell-web-server/.
Changelog
- 2.0.0
- ResourceT is not used anymore. Request and Response is now abstract data types. To use their constructors, Internal module should be imported.
- 1.3.9
- Support for byte range requests.
- 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. However, it appeared that this is buggy and is fixed in 2.0.0.