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

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.