happstack-server: Web related tools and services.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 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.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
Change log None available
Dependencies base (>=4 && <5), base64-bytestring (>=1.0 && <1.1), blaze-html (>=0.5 && <0.10), bytestring, containers, directory (>=1.2), 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.9), network-uri (>=2.6 && <2.7), old-locale, parsec (<4), process, semigroups (>=0.16), sendfile (>=0.7.1 && <0.8), syb, system-filepath (>=0.3.1), template-haskell (<2.15), text (>=0.10 && <1.3), threads (>=0.5), time, transformers (>=0.1.3 && <0.6), transformers-base (>=0.4 && <0.5), transformers-compat (>=0.3 && <0.7), 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 2019-10-10T18:56:37Z

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
template_haskell

Template Haskell is available on this system

Enabled
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


Readme for happstack-server-7.5.4

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