handle +package
This package implemets API for a HandlerSocket client.
Version 0.0.5
Simple event handler set management.
Version 0.0.0.3
Hack handler implemented using System.Linux.Epoll
Version 0.1.3
Hack EvHTTP (libevent) Handler
Version 2009.8.4
Hack Happstack server handler
Version 2009.12.20
Hyena hack handler
Version 2010.3.15
Hack Kibro handler
Version 2009.5.27
This should not be used in a production environment. However, it's useful for testing. 0.2.0.2 is equal to 0.2.0.1 but with extended ranges for network and web-encodings packages
Version 0.2.2
Hack2 Happstack server handler
Version 2011.6.20
Hack2 Mongrel2 HTTP handler
Version 2011.10.31
Hack2 Snap server handler
Version 2012.1.19
Hack2 warp handler
Version 2012.5.25
Mongrel2 Handler Library. This handler library requires that the Mongrel2 server is set up to use the tnetstring protocol.
Version 0.3.2
Monadic HTTP request handlers combinators to build a standalone web apps. Most of them deal with request data. Some of them allow mapping part of the URL to public folders in the file system. There is also a combinator for sending files efficiently in the response (a fork of the HTTP library was necessary for this, included here).
Version 0.1
This package adds three safety features on top of the regular System.IO file handles and operations:
* Regional file handles. Files must be opened in a region. When the region terminates all opened files are automatically closed. The main advantage of regions is that the handles to the opened files can not be returned from the region which ensures no I/O with closed files is possible.
* Explicit IOModes. The regional file handles are parameterized by the IOMode in which they were opened. All operations on handles explicitly specify the needed IOMode. This way it is impossible to read from a write-only handle or write to a read-only handle for example.
* Type-safe filepath creation and manipulation using the pathtype package.
The primary technique used in this package is called "Lightweight monadic regions" which was invented by Oleg Kiselyov and Chung-chieh Shan. See:
http://okmij.org/ftp/Haskell/regions.html#light-weight
This technique is implemented in the regions package which is re-exported from safer-file-handles.
See the safer-file-handles-examples package for examples how to use this package:
git clone https://github.com/basvandijk/safer-file-handles-examples
See the safer-file-handles-bytestring/text package for ByteString/Text operations on regional file handles.
Version 0.11
Extends safer-file-handles with ByteString operations
Version 0.3.0.1
Extends safer-file-handles with Text operations
Version 0.2.0.2
Show more results