libghc-snap-core-prof

Snap: A Haskell Web Framework (Core); profiling libraries

Description

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/>.

This library contains the core definitions and types for the Snap framework, including:

1. Primitive types and functions for HTTP (requests, responses, cookies, post/query parameters, etc)

2. Type aliases and helper functions for Iteratee I/O

3. A monad for programming web handlers called \"Snap\", inspired by happstack's (<http://happstack.com/index.html>), which allows:

o Stateful access to the HTTP request and response objects

o Monadic failure (i.e. MonadPlus/Alternative instances) for declining to handle requests and chaining handlers together

o Early termination of the computation if you know early what you want to return and want to prevent further monadic processing

This package contains the libraries compiled with profiling enabled.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://snapframework.com/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libghc-snap-core-prof