@hackage warpZ3.4.10

A fast, light-weight web server for WAI applications.

  • Installation

  • Dependencies (31)

  • 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.

HTTP/1.0, HTTP/1.1 and HTTP/2 are supported. For HTTP/2, Warp supports direct and ALPN (in TLS) but not upgrade. API docs and the README are available at http://www.stackage.org/package/warp.