Showing content from http://hackage.haskell.org/package/warp below:
warp: A fast, light-weight web server for WAI applications.
Versions [RSS] 0.3.0, 0.3.1, 0.3.2, 0.3.2.1, 0.3.2.2, 0.3.2.3, 0.3.3, 0.4.0, 0.4.0.1, 0.4.1, 0.4.1.1, 0.4.1.2, 0.4.2, 0.4.3, 0.4.3.1, 0.4.4, 0.4.5, 0.4.6, 0.4.6.1, 0.4.6.2, 0.4.6.3, 1.0.0, 1.0.0.1, 1.1.0, 1.1.0.1, 1.2.0, 1.2.0.1, 1.2.0.2, 1.2.1, 1.2.1.1, 1.2.2, 1.3.0, 1.3.0.1, 1.3.1, 1.3.1.1, 1.3.1.2, 1.3.2, 1.3.3, 1.3.3.1, 1.3.3.2, 1.3.3.3, 1.3.4, 1.3.4.1, 1.3.4.2, 1.3.4.3, 1.3.4.4, 1.3.5, 1.3.5.1, 1.3.6, 1.3.7, 1.3.7.1, 1.3.7.2, 1.3.7.3, 1.3.7.4, 1.3.7.5, 1.3.8, 1.3.8.1, 1.3.8.2, 1.3.8.3, 1.3.8.4, 1.3.9, 1.3.9.1, 1.3.9.2, 1.3.10, 1.3.10.1, 1.3.10.2, 2.0.0, 2.0.0.1, 2.0.1, 2.0.2, 2.0.2.1, 2.0.3, 2.0.3.1, 2.0.3.2, 2.0.3.3, 2.0.3.4, 2.1.0, 2.1.1, 2.1.1.1, 2.1.1.2, 2.1.2, 2.1.2.1, 2.1.3, 2.1.3.1, 2.1.3.2, 2.1.3.3, 2.1.4, 2.1.4.1, 2.1.5, 2.1.5.1, 2.1.5.2, 3.0.0, 3.0.0.1, 3.0.0.2, 3.0.0.3, 3.0.0.4, 3.0.0.5, 3.0.0.6, 3.0.0.7, 3.0.0.8, 3.0.1, 3.0.1.1, 3.0.2, 3.0.2.1, 3.0.2.2, 3.0.2.3, 3.0.3, 3.0.4, 3.0.4.1, 3.0.5, 3.0.5.1, 3.0.5.2, 3.0.6, 3.0.7, 3.0.8, 3.0.9, 3.0.9.1, 3.0.9.2, 3.0.9.3, 3.0.10, 3.0.10.1, 3.0.11, 3.0.12, 3.0.12.1, 3.0.13, 3.0.13.1, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.3.1, 3.1.4, 3.1.5, 3.1.6, 3.1.7, 3.1.8, 3.1.9, 3.1.10, 3.1.11, 3.1.12, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.2.6, 3.2.7, 3.2.8, 3.2.9, 3.2.10, 3.2.11, 3.2.11.1, 3.2.11.2, 3.2.12, 3.2.13, 3.2.15, 3.2.16, 3.2.17, 3.2.18, 3.2.18.1, 3.2.18.2, 3.2.19, 3.2.20, 3.2.21, 3.2.22, 3.2.23, 3.2.24, 3.2.25, 3.2.26, 3.2.27, 3.2.28, 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.3.4, 3.3.5, 3.3.6, 3.3.7, 3.3.8, 3.3.9, 3.3.10, 3.3.11, 3.3.12, 3.3.13, 3.3.14, 3.3.15, 3.3.16, 3.3.17, 3.3.18, 3.3.19, 3.3.20, 3.3.21, 3.3.22, 3.3.23, 3.3.24, 3.3.25, 3.3.26, 3.3.27, 3.3.28, 3.3.29, 3.3.30, 3.3.31, 3.4.0, 3.4.1, 3.4.2, 3.4.3, 3.4.4, 3.4.5, 3.4.6, 3.4.7, 3.4.8 (info) Change log ChangeLog.md Dependencies array, async, auto-update (>=0.2.2 && <0.3), base (>=4.12 && <5), bsb-http-chunked (<0.1), bytestring (>=0.9.1.4), case-insensitive (>=0.2), containers, crypton-x509, ghc-prim, hashable, http-date, http-types (>=0.12), http2 (>=5.1 && <5.4), iproute (>=1.3.1), network (>=2.2.1.5 && <2.2.3 || >=2.3), network-bytestring (>=0.1.3 && <0.1.4), recv (>=0.1.0 && <0.2.0), semigroups, simple-sendfile (>=0.2.7 && <0.3), stm (>=2.3), streaming-commons (>=0.1.10), text, time, time-manager (>=0.2 && <0.3), unix, unix-compat (>=0.2), vault (>=0.3), wai (>=3.2.4 && <3.3), word8 [details] License MIT Author Michael Snoyman, Kazu Yamamoto, Matt Brown Maintainer michael@snoyman.com Category Web, Yesod Home page http://github.com/yesodweb/wai Source repo head: git clone git://github.com/yesodweb/wai.git Uploaded by KazuYamamoto at 2025-06-03T08:07:10Z Distributions Arch:3.3.30, Debian:3.3.13, Fedora:3.3.31, FreeBSD:3.1.3, LTSHaskell:3.4.8, NixOS:3.3.31, Stackage:3.4.8, openSUSE:3.4.8 Reverse Dependencies 210 direct, 3462 indirect [details] Downloads 377513 total (560 in the last 30 days) Rating 2.75 (votes: 11) [estimated by Bayesian average] Your Rating
Status Docs uploaded by user
Build status unknown [no reports yet]
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4