Haskell Web Application Interface
Go to file
2016-11-08 12:52:28 +09:00
auto-update removing unnecessary trailing white spaces. 2016-07-21 13:56:07 +09:00
mime-types Version bump for #534 2016-04-21 14:28:08 +03:00
wai Relax upper bound on bytestring-builder 2016-05-24 05:52:44 +03:00
wai-app-static Version bump 2016-08-17 15:30:52 +03:00
wai-conduit Version bound tweaks for wai/warp 3.2 2015-12-30 08:22:11 +02:00
wai-extra Add basicAuth' 2016-10-19 18:44:42 +03:00
wai-frontend-monadcgi Support wai 3.2 in wai-frontend-monadcgi 2015-12-30 08:36:54 +02:00
wai-handler-fastcgi Version bound tweaks for wai/warp 3.2 2015-12-30 08:22:11 +02:00
wai-handler-launch Version bump 2016-05-22 07:30:54 +03: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 Forgot a commit 2016-09-26 07:20:25 +03:00
warp warp: ver bumps up. 2016-11-08 12:52:28 +09:00
warp-tls warp-tls: ver bumps up 2016-06-22 14:53:38 +09:00
.gitignore ignore .stack-work dir 2015-10-09 12:48:26 -07:00
.travis.yml Add missing libfcgi-dev 2016-10-18 11:05:35 +03:00
hcar-wai.tex updating HCAR for WAI. 2016-11-01 16:05:11 +09:00
hcar-warp.tex updating HCAR for Warp. 2016-11-01 16:06:51 +09:00
LICENSE Update license with MIT license 2012-04-27 17:31:26 +03: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 Add some more extra-deps 2016-04-20 20:33:28 +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