Haskell Web Application Interface
Go to file
2017-07-20 14:32:44 +02: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
tls-session-manager removing unnecessary package. 2017-07-04 11:38:20 +09:00
wai Update type of Application in README.md 2017-01-27 12:17:37 +07:00
wai-app-static URL now seems to be squatted by spam redirector 2016-11-25 14:41:53 +00:00
wai-conduit Version bound tweaks for wai/warp 3.2 2015-12-30 08:22:11 +02:00
wai-extra Document headers required for SSE through Nginx 2017-07-20 14:32:44 +02: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 Version bump for #494 2017-02-23 13:15:39 +02: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 rm redudant forkIO import 2017-01-23 16:32:00 +09:00
warp warp: ver bumps up. 2017-07-04 12:04:56 +09:00
warp-tls warp-tls: ver bumps up. 2017-07-04 11:47:33 +09:00
.gitignore ignore .stack-work dir 2015-10-09 12:48:26 -07:00
.travis.yml Fix Travis for #623 2017-06-01 15:50:08 +03:00
hcar-wai.tex updating hcar articles. 2017-04-25 09:36:13 +09:00
hcar-warp.tex updating hcar articles. 2017-04-25 09:36:13 +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 yet another try to fix CI. 2017-07-03 16:31:55 +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