The latest version of warp is 3.4.3-0.

warp

Version 2.1.1.1 revision 1 uploaded by HerbertValerioRiedel.

Package meta

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

The premier WAI handler. For more information, see http://steve.vinoski.net/blog/2011/05/01/warp-a-haskell-web-server/.

Changelog

2.1.0
The onOpen and onClose settings now provide the SockAddr of the client, and onOpen can return a Bool which will close the connection. The responseRaw response has been added, which provides a more elegant way to handle WebSockets than the previous settingsIntercept. The old settings accessors have been deprecated in favor of new setters, which will allow settings changes to be made in the future without breaking backwards compatibility.
2.0.0
ResourceT is not used anymore. Request and Response is now abstract data types. To use their constructors, Internal module should be imported.
1.3.9
Support for byte range requests.
1.3.7
Sockets now have FD_CLOEXEC set on them. This behavior is more secure, and the change should not affect the vast majority of use cases. However, it appeared that this is buggy and is fixed in 2.0.0.
Author
Michael Snoyman, Kazu Yamamoto, Matt Brown
Bug reports
n/a
Category
Web, Yesod
Copyright
n/a
Homepage
http://github.com/yesodweb/wai
Maintainer
michael@snoyman.com
Package URL
n/a
Stability
Stable

Components