happstack-server: Web related tools and services.

[ bsd3, happstack, web ] [ Propose Tags ]

Happstack Server provides an HTTP server and a rich set of functions for routing requests, handling query parameters, generating responses, working with cookies, serving files, and more. For in-depth documentation see the Happstack Crash Course http://happstack.com/docs/crashcourse/index.html


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
template_haskell

Template Haskell is available on this system

Enabled
Automatic Flags
NameDescriptionDefault
network-uri

Get Network.URI from the network-uri package

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2.1, 0.3.1, 0.3.2, 0.3.3, 0.4.1, 0.5.0, 0.5.0.2, 0.5.0.3, 0.5.0.4, 6.0.0, 6.0.1, 6.0.2, 6.0.3, 6.1.0, 6.1.2, 6.1.3, 6.1.4, 6.1.5, 6.1.6, 6.2.1, 6.2.2, 6.2.3, 6.2.4, 6.2.5, 6.3.1, 6.4.1, 6.4.2, 6.4.3, 6.4.4, 6.4.5, 6.4.6, 6.5.1, 6.5.2, 6.5.3, 6.5.4, 6.5.6, 6.5.7, 6.6.2, 6.6.3, 6.6.4, 6.6.5, 7.0.0, 7.0.1, 7.0.2, 7.0.3, 7.0.4, 7.0.5, 7.0.6, 7.0.7, 7.1.0, 7.1.1, 7.1.2, 7.1.3, 7.1.4, 7.1.5, 7.1.6, 7.1.7, 7.1.7.1, 7.3.0, 7.3.1, 7.3.2, 7.3.3, 7.3.4, 7.3.5, 7.3.6, 7.3.7, 7.3.8, 7.3.9, 7.4.0, 7.4.1, 7.4.2, 7.4.3, 7.4.4, 7.4.5, 7.4.6, 7.4.6.1, 7.4.6.2, 7.4.6.3, 7.4.6.4, 7.5.0, 7.5.0.1, 7.5.0.3, 7.5.1, 7.5.1.1, 7.5.1.2, 7.5.1.3, 7.5.2, 7.5.3, 7.5.4, 7.6.0, 7.6.1, 7.7.0, 7.7.1, 7.7.1.1, 7.7.1.2, 7.7.2, 7.8.0, 7.8.0.1, 7.8.0.2, 7.9.0
Dependencies base (>=4 && <5), base64-bytestring (>=1.0 && <1.1), blaze-html (>=0.5 && <0.9), bytestring, containers, directory, exceptions, extensible-exceptions, filepath, hslogger (>=1.0.2), html, monad-control (>=0.3 && <1.1), mtl (>=2 && <2.3), network (<2.6 || >2.6 && <2.7), network-uri (>=2.6 && <2.7), old-locale, parsec (<4), process, sendfile (>=0.7.1 && <0.8), syb, system-filepath (>=0.3.1), template-haskell (<2.11), text (>=0.10 && <1.3), threads (>=0.5), time, time-compat (>=0.1 && <0.2), transformers (>=0.1.3 && <0.6), transformers-base (>=0.4 && <0.5), transformers-compat (>=0.3 && <0.6), unix, utf8-string (>=0.3.4 && <1.1), xhtml, zlib [details]
License BSD-3-Clause
Author Happstack team, HAppS LLC
Maintainer Happstack team <happs@googlegroups.com>
Revised Revision 2 made by HerbertValerioRiedel at 2019-05-26T22:19:10Z
Category Web, Happstack
Home page http://happstack.com
Source repo head: git clone https://github.com/Happstack/happstack-server.git
Uploaded by JeremyShaw at 2016-02-23T18:14:54Z
Distributions Arch:7.9.0, Debian:7.6.1, Fedora:7.8.0.2, FreeBSD:7.4.4, LTSHaskell:7.8.0.2, NixOS:7.8.0.2, Stackage:7.9.0
Reverse Dependencies 54 direct, 23 indirect [details]
Downloads 108561 total (213 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-02-23 [all 1 reports]

Readme for happstack-server-7.4.6.1

[back to package description]

happstack-server Hackage Status Build Status

Happstack Server provides an HTTP server and a rich set of functions for routing requests, handling query parameters, generating responses, working with cookies, serving files, and more. For in-depth documentation see the Happstack Crash Course http://happstack.com/docs/crashcourse/index.html.

Install

There are packages available on hackage and stack.

Documentation

Please refer to the Documentation on Hackage.