snap-server: A fast, iteratee-based, epoll-enabled web server for the Snap Framework
Snap is a simple and fast web development framework and server written in Haskell. For more information or to download the latest version, you can visit the Snap project website at http://snapframework.com/.
The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web
server library written in Haskell. Together with the snap-core
library upon
which it depends, it provides a clean and efficient Haskell programming
interface to the HTTP protocol.
[Skip to Readme]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
debug | Enable support for debugging. | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
portable | Compile in cross-platform mode. No platform-specific code or optimizations such as C routines will be used. | Disabled |
openssl | Enable https support using the HsOpenSSL library. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- snap-server-0.9.4.6.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.