Haskell Web Application Interface
Go to file
2018-03-11 22:49:12 +01:00
.github Add Github issue and PR templates, plus contributing guidelines 2017-11-15 10:38:20 -08: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 adjust comments and sample program for wai 2018-03-11 21:49:57 +01:00
wai-app-static URL now seems to be squatted by spam redirector 2016-11-25 14:41:53 +00:00
wai-conduit drop blaze-builder dependency for wai-conduit 2018-03-11 22:49:12 +01:00
wai-extra Update changelogs 2018-01-16 10:56:38 +09: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 fixes #646 2017-09-05 08:14:20 +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 rm redudant forkIO import 2017-01-23 16:32:00 +09:00
warp Fix benchmark compilation (closes #681) 2018-03-11 19:41:18 +02:00
warp-tls Add support for windows thread block hack and closeOnExec to TLS. 2018-02-15 19:14:15 +01: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 hcar for 11/17. 2017-11-09 11:10:04 +09:00
hcar-warp.tex hcar for 11/17. 2017-11-09 11:10:04 +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 updating travis.yml and stack.yaml. 2018-01-12 14:41:22 +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