@hackage warpZ3.4.10
A fast, light-weight web server for WAI applications.
Categories
License
MIT
Maintainer
michael@snoyman.com
Links
Versions
- 3.4.10 Wed, 26 Nov 2025
Installation
Dependencies (31)
- array
- async >=2
- auto-update >=0.2.2 && <0.3
- base >=4.12 && <5
- bsb-http-chunked <0.1
- bytestring >=0.9.1.4 Show all…
Dependents (1)
@hackage/warpZ-tls
Package Flags
network-bytestring(off by default)
allow-sendfilefd
(on by default)
Allow use of sendfileFd (not available on GNU/kFreeBSD)
include-warp-version
(on by default)
Exposes the version in Network.Wai.Handler.Warp.warpVersion. This adds a dependency on Paths_warpZ so application binaries may reference subpaths of GHC. For nix users this may result in binaries with a large transitive runtime dependency closure that includes GHC itself.
warp-debug
(off by default)
print debug output. not suitable for production
x509
(on by default)
Adds a dependency on the x509 library to enable getting TLS client certificates.
Warp
Warp is a server library for HTTP/1.x and HTTP/2 based WAI(Web Application Interface in Haskell). For more information, see Warp.