@hackage / warpZ

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

Latest3.4.10

About

Metadata

  • Last updated , by TonyMorris
  • License MIT
  • Categories Web Development
  • Maintained by: michael@snoyman.com

  • Lottery factor: 1

Links

Installation

Package Flags

Use the -f option with cabal commands to enable 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.

Readme

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.