Haskell Web Application Interface
Go to file
2018-08-16 17:26:22 +10: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 fixup! 2018-03-12 10:31:09 +01:00
wai-extra Consider quoted multipart form boundary markers 2018-08-16 17:26:22 +10: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 ignore .stack-work dir 2015-10-09 12:48:26 -07:00
.travis.yml Speed up Travis build #665 2018-01-15 05:33:39 +02:00
CONTRIBUTING.md Add Github issue and PR templates, plus contributing guidelines 2017-11-15 10:38:20 -08:00
hcar-wai.tex updating hcar files for 05/18. 2018-04-13 14:57:06 +09:00
hcar-warp.tex updating hcar files for 05/18. 2018-04-13 14:57:06 +09: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
sources.txt Remove problematic package 2014-12-21 11:43:57 +02:00
stack.yaml extra-dep binary, try2 2018-03-16 10:38:02 +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