1 2 3 4 5 6 7 8 9 10 11 12 13
|
# happstack-server [][hackage]
[hackage]: https://hackage.haskell.org/package/happstack-server
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](https://www.stackage.org/lts-3.12/package/happstack-server-7.4.5).
## Documentation
Please refer to the [Documentation on Hackage][hackage].
|