@hackage warp3.4.7
A fast, light-weight web server for WAI applications.
Categories
License
MIT
Maintainer
michael@snoyman.com
Links
Versions
Installation
Dependencies (30)
- array
- base >=4.12 && <5
- bytestring >=0.9.1.4
- containers
- ghc-prim
- stm >=2.3 Show all…
Dependents (465)
@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)
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.