Haskell Web Application Interface
Go to file
2018-08-19 14:22:50 +03:00
.github Add Github issue and PR templates, plus contributing guidelines 2017-11-15 10:38:20 -08:00
auto-update Improve 'reaperAction' doc 2018-06-18 17:52:36 +08:00
mime-types add wasm mime type 2018-06-22 15:37:58 +02:00
wai wai: Fix cabal description format 2018-03-16 10:38:02 +09:00
wai-app-static drop blaze-builder dependency for wai-app-static 2018-03-16 10:38:02 +09:00
wai-conduit Add an example for wai-conduit 2018-08-19 14:22:32 +03:00
wai-extra Add heading to changelog 2018-08-19 14:22:32 +03:00
wai-frontend-monadcgi Drop ? in query string (fixes #590) 2016-11-20 17:19:24 +02:00
wai-handler-fastcgi Version bound tweaks for wai/warp 3.2 2015-12-30 08:22:11 +02:00
wai-handler-launch fixup! 2018-03-16 10:38:02 +09:00
wai-handler-webkit Version bump for wai-handler-webkit 2015-12-30 08:35:48 +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 Version and changelog. 2018-07-14 21:32:25 +01:00
warp-tls warp-tls depends on warp >= 3.2.17 (#688). 2018-04-18 13:12:40 +09:00
.gitignore Update .gitignore 2018-08-19 14:22:32 +03:00
.travis.yml Individual stack.yaml files 2018-08-19 14:22:50 +03:00
appveyor.yml Individual stack.yaml files 2018-08-19 14:22:50 +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 banner for build status. 2015-10-21 16:16:02 +09:00
stack-lts-6.yaml Individual stack.yaml files 2018-08-19 14:22:50 +03:00
stack-lts-9.yaml Individual stack.yaml files 2018-08-19 14:22:50 +03:00
stack-lts-11.yaml Individual stack.yaml files 2018-08-19 14:22:50 +03:00
stack-lts-12.yaml Individual stack.yaml files 2018-08-19 14:22:50 +03:00
stack-nightly.yaml Individual stack.yaml files 2018-08-19 14:22:50 +03:00
stack.yaml Individual stack.yaml files 2018-08-19 14:22:50 +03: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