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

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

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.3), blaze-html (>=0.5 && <0.10), bytestring, containers, directory (>=1.2), exceptions, extensible-exceptions, filepath, hslogger (>=1.0.2), html, monad-control (>=1.0 && <1.1), mtl (>=2.2 && <2.4), network (<2.6 || >=3.0.0 && <3.2), network-uri (>=2.6 && <2.7), old-locale, parsec (<4), process, sendfile (>=0.7.1 && <0.8), syb, system-filepath (>=0.3.1), text (>=0.10 && <2.2), threads (>=0.5), time, transformers (>=0.1.3 && <0.7), transformers-base (>=0.4 && <0.5), transformers-compat (>=0.3 && <0.8), 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>
Category Web, Happstack
Home page http://happstack.com
Source repo head: git clone https://github.com/Happstack/happstack-server.git
Uploaded by JeremyShaw at 2023-12-14T18:52:11Z
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 108692 total (315 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for happstack-server-7.9.0

[back to package description]

happstack-server Hackage 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.