Haskell Web Application Interface
Go to file
2019-04-01 09:32:40 +03:00
.azure More Azure updates, no nightly build 2019-03-31 19:00:14 +03:00
.github Add Github issue and PR templates, plus contributing guidelines 2017-11-15 10:38:20 -08:00
auto-update Previous changes were never released 2019-02-20 11:44:15 +02:00
mime-types Add mjs mime type 2018-12-21 21:46:20 +08:00
wai Remove reference to deprecated wai-test library 2019-03-13 17:45:59 +05:30
wai-app-static Bump version and update changelog 2019-02-16 02:24:05 +05:30
wai-conduit Add an example for wai-conduit 2018-08-19 14:22:32 +03:00
wai-extra updating changelog. 2019-01-21 12:17:39 +09: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 Skip doctest on Windows 2019-04-01 08:39:50 +03:00
warp-tls supporting TLS 1.3 with tls 1.5.x. 2019-01-23 10:30:54 +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 Remove some tricky handlers 2018-08-20 08:51:39 +03:00
stack-lts-9.yaml Remove some tricky handlers 2018-08-20 08:51:39 +03:00
stack-lts-11.yaml Remove some tricky handlers 2018-08-20 08:51:39 +03:00
stack-lts-12.yaml Remove some tricky handlers 2018-08-20 08:51:39 +03:00
stack.yaml More Azure updates, no nightly build 2019-03-31 19:00:14 +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