./www/hs-snap-core, Snap: A Haskell Web Framework (core interfaces and types)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.5.1nb1, Package name: hs-snap-core-1.0.5.1nb1, Maintainer: pkgsrc-users

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. A monad for programming web handlers called "Snap", which allows:

* Stateful access to the HTTP request and response objects
* Monadic failure (i.e. MonadPlus/Alternative instances) for declining to
handle requests and chaining handlers together
* Early termination of the computation if you know early what you want to
return and want to prevent further monadic processing

Quick start: The Snap monad and HTTP definitions are in Snap.Core.


Master sites:

Filesize: 146.901 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-08 05:14:00 by Masatake Daimon | Files touched by this commit (4)
Log message:
www/hs-snap-core: Fix linkage on NetBSD
   2025-03-08 03:59:27 by Masatake Daimon | Files touched by this commit (5)
Log message:
www/hs-snap-core: import hs-snap-core-1.0.5.1

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. A monad for programming web handlers called "Snap", which allows:

* Stateful access to the HTTP request and response objects
* Monadic failure (i.e. MonadPlus/Alternative instances) for declining to
  handle requests and chaining handlers together
* Early termination of the computation if you know early what you want to
  return and want to prevent further monadic processing

Quick start: The Snap monad and HTTP definitions are in Snap.Core.