Haskell Web Application Interface
Go to file
2013-02-18 12:20:22 +02: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 requestBodyLength yesodweb/yesod#468 2013-02-18 12:20:22 +02:00
wai-app-static requestBodyLength yesodweb/yesod#468 2013-02-18 12:20:22 +02:00
wai-eventsource requestBodyLength yesodweb/yesod#468 2013-02-18 12:20:22 +02:00
wai-extra requestBodyLength yesodweb/yesod#468 2013-02-18 12:20:22 +02:00
wai-frontend-monadcgi requestBodyLength yesodweb/yesod#468 2013-02-18 12:20:22 +02:00
wai-handler-devel requestBodyLength yesodweb/yesod#468 2013-02-18 12:20:22 +02:00
wai-handler-fastcgi requestBodyLength yesodweb/yesod#468 2013-02-18 12:20:22 +02:00
wai-handler-launch requestBodyLength yesodweb/yesod#468 2013-02-18 12:20:22 +02:00
wai-handler-scgi requestBodyLength yesodweb/yesod#468 2013-02-18 12:20:22 +02:00
wai-handler-webkit requestBodyLength yesodweb/yesod#468 2013-02-18 12:20:22 +02:00
wai-test requestBodyLength yesodweb/yesod#468 2013-02-18 12:20:22 +02:00
wai-websockets requestBodyLength yesodweb/yesod#468 2013-02-18 12:20:22 +02:00
warp requestBodyLength yesodweb/yesod#468 2013-02-18 12:20:22 +02:00
warp-static warp-static update 2012-07-10 22:35:44 +03:00
warp-tls requestBodyLength yesodweb/yesod#468 2013-02-18 12:20:22 +02:00
.gitignore ignore .virthualenv 2012-03-30 06:59:54 -07: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