Haskell Web Application Interface
Go to file
2019-06-24 16:09:53 +03:00
.azure Try to fix cabal check failure on CI 2019-06-24 08:49:58 +03:00
.github Add Github issue and PR templates, plus contributing guidelines 2017-11-15 10:38:20 -08:00
auto-update changelog and ver bumps up: warp, warp-tls, auto-update. 2019-06-18 10:57:06 +09:00
mime-types Add mjs mime type 2018-12-21 21:46:20 +08:00
time-manager extracting Timeout as TimeManager. 2019-05-23 16:36:43 +09:00
wai removing transformers according to weeder. 2019-06-24 10:33:25 +09:00
wai-app-static make cabal file indentation consistent 2019-05-21 23:07:01 +02:00
wai-conduit Add an example for wai-conduit 2018-08-19 14:22:32 +03:00
wai-extra Supply response size to custom loggers when available. 2019-06-24 16:09:53 +03:00
wai-frontend-monadcgi Drop ? in query string (fixes #590) 2016-11-20 17:19:24 +02:00
wai-http2-extra wai-http2-extra: ver bumps up. 2016-07-22 14:31:55 +09:00
wai-websockets drop blaze-builder dependency for wai-websockets 2018-03-12 18:02:25 +01:00
warp changelog. 2019-06-24 16:01:48 +09:00
warp-tls changelog and ver bumps up: warp, warp-tls, auto-update. 2019-06-18 10:57:06 +09:00
.gitignore Update .gitignore 2018-08-19 14:22:32 +03:00
CONTRIBUTING.md Add Github issue and PR templates, plus contributing guidelines 2017-11-15 10:38:20 -08:00
LICENSE Switch to copyright year range yesodweb/yesod#617 2017-02-27 09:47:57 +02:00
README.md Update badge for Azure 2019-04-01 09:32:40 +03:00
stack-lts-6.yaml adding extra-deps to stack-lts*.yaml. 2019-06-24 11:37:55 +09:00
stack-lts-9.yaml adding extra-deps to stack-lts*.yaml. 2019-06-24 11:37:55 +09:00
stack-lts-11.yaml adding extra-deps to stack-lts*.yaml. 2019-06-24 11:37:55 +09:00
stack-lts-12.yaml adding extra-deps to stack-lts*.yaml. 2019-06-24 11:37:55 +09:00
stack.yaml adding extra-deps. 2019-06-24 10:38:20 +09:00

An interface between Haskell web frameworks and web servers.

A Haskell web application targets WAI and then can be deployed to any backend with a WAI adaptor. The premier WAI backend is the Warp web server.

WAI also adds modularity and code-sharing through middleware and WAI applications. Code can be written that works with any web framework targeting WAI.

Documentation

Haddock Documentation

Build Status