Haskell Web Application Interface
Go to file
2013-11-03 20:28:55 +09:00
mime-types mime-types version bump 2013-01-28 21:41:16 +02:00
scripts@9902ff808a Updated scripts 2012-09-29 20:20:10 +02:00
wai export requestHeaderHost. 2013-11-03 20:28:55 +09:00
wai-app-static Merge branch 'master' into no-resourcet-tuning 2013-10-10 18:51:16 +09:00
wai-eventsource Merge branch 'master' into no-resourcet-tuning 2013-10-10 18:51:16 +09:00
wai-extra No ResourceT used in WAI 2013-10-08 12:46:19 +03:00
wai-frontend-monadcgi Everything compiles, version bumped to 2.0 2013-08-19 11:41:56 +03:00
wai-handler-devel Everything compiles, version bumped to 2.0 2013-08-19 11:41:56 +03:00
wai-handler-fastcgi Everything compiles, version bumped to 2.0 2013-08-19 11:41:56 +03:00
wai-handler-launch Merge branch 'no-resourcet3' into no-resourcet-tuning 2013-10-09 11:53:48 +09:00
wai-handler-scgi Everything compiles, version bumped to 2.0 2013-08-19 11:41:56 +03:00
wai-handler-webkit Everything compiles, version bumped to 2.0 2013-08-19 11:41:56 +03:00
wai-test No ResourceT used in WAI 2013-10-08 12:46:19 +03:00
wai-websockets Everything compiles, version bumped to 2.0 2013-08-19 11:41:56 +03:00
warp adding requestHeaderHost. (#190). 2013-11-03 20:17:28 +09:00
warp-static Everything compiles, version bumped to 2.0 2013-08-19 11:41:56 +03:00
warp-tls Fix for warp-tls 2013-10-09 13:59:11 +03:00
.gitignore Updated gitignore 2013-08-19 10:59:27 +03:00
.gitmodules Use wai-logger from Hackage 2012-07-10 10:16:40 +03:00
.travis.yml Travis --force-reinstalls 2013-02-14 12:15:10 +02:00
LICENSE Update license with MIT license 2012-04-27 17:31:26 +03:00
package-list.sh Removed conduit subrepo 2012-01-31 11:41:56 +02:00
README.md Fix broken links in README.md 2012-07-31 23:47:11 -07:00
sources-travis.txt Travis tweaks 2012-10-12 14:43:30 +02:00
sources.txt FD_CLOEXEC #133 2013-01-08 08:41:00 +02: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