Haskell Web Application Interface
Go to file
Michael Snoyman e083f6e679
Merge pull request #794 from mheinzel/fix/request-swallows-body
wai-extra: Fix Network.Wai.Test.request always sending an empty request body
2020-02-17 09:07:03 +02:00
.azure Non-parallel jobs on Windows 2020-01-08 11:23:33 +02:00
.github Add Github issue and PR templates, plus contributing guidelines 2017-11-15 10:38:20 -08:00
auto-update Inline the runDelay call 2019-07-08 14:35:45 -06:00
mime-types Add mjs mime type 2018-12-21 21:46:20 +08:00
time-manager extracting Timeout as TimeManager. 2019-05-23 16:36:43 +09:00
wai removing transformers according to weeder. 2019-06-24 10:33:25 +09:00
wai-app-static Fixes warnings and bumped stack lts 2020-02-04 04:02:26 +01:00
wai-conduit Fixes warnings and bumped stack lts 2020-02-04 04:02:26 +01:00
wai-extra fix ChangeLog entry 2020-02-16 12:27:58 +01:00
wai-frontend-monadcgi Drop ? in query string (fixes #590) 2016-11-20 17:19:24 +02:00
wai-http2-extra wai-http2-extra: ver bumps and strict. 2019-07-10 10:40:03 +09:00
wai-websockets Fix issue with withPingThread 2020-02-05 19:27:05 +01:00
warp Silence warning in socketConnection 2020-02-05 19:58:10 +01:00
warp-tls Silence warning in socketConnection 2020-02-05 19:58:10 +01:00
.gitignore Ignore lock files 2020-01-08 10:40:38 +02:00
CONTRIBUTING.md Add Github issue and PR templates, plus contributing guidelines 2017-11-15 10:38:20 -08:00
LICENSE Switch to copyright year range yesodweb/yesod#617 2017-02-27 09:47:57 +02:00
README.md Update badge for Azure 2019-04-01 09:32:40 +03:00
stack-lts-11.yaml Remove deprecated image fields 2020-01-08 10:41:13 +02:00
stack-lts-12.yaml Remove deprecated image fields 2020-01-08 10:41:13 +02:00
stack-nightly.yaml Azure: build against nightly 2020-01-08 10:40:32 +02:00
stack.yaml Fixes warnings and bumped stack lts 2020-02-04 04:02:26 +01: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