1
0
Fork 0
mirror of https://github.com/simplex-chat/wai.git synced 2025-11-08 04:20:02 +00:00
Haskell Web Application Interface
Find a file
2024-09-06 18:49:11 +09:00
.github skip old 'macos-latest' builds 2024-05-27 00:36:29 +02:00
auto-update auto-update: ver bumps up 2024-07-05 11:30:48 +09:00
mime-types formatting with fourmolu 2024-01-11 09:18:48 +09:00
recv recv/wai-app-static/warp-tls: "manually" formatted files 2024-01-14 03:47:34 +01:00
time-manager Eagerly remove handles from the manager on cancel 2024-04-27 18:19:09 +09:00
wai formatting with fourmolu 2024-01-11 09:18:48 +09:00
wai-app-static wai-app-static: add NoCache to MaxAge 2024-03-02 13:00:09 +01:00
wai-conduit formatting with fourmolu 2024-01-11 09:18:48 +09:00
wai-extra final haddock fix? 2024-05-27 00:23:40 +02:00
wai-frontend-monadcgi formatting with fourmolu 2024-01-11 09:18:48 +09:00
wai-http2-extra formatting with fourmolu 2024-01-11 09:18:48 +09:00
wai-websockets formatting with fourmolu 2024-01-11 09:18:48 +09:00
warp cabal format to warp.cabal 2024-09-06 18:49:11 +09:00
warp-quic cabal format 2024-07-29 14:05:01 +09:00
warp-tls warp-tls: ver bumps up 2024-06-25 13:36:52 +09:00
.gitignore mime-types: added 'defaultExtensionMap' 2023-10-13 12:06:55 +02:00
cabal.project adding warp-quic to cabal.project 2024-07-29 14:11:05 +09:00
CONTRIBUTING.md Add Github issue and PR templates, plus contributing guidelines 2017-11-15 10:38:20 -08:00
fourmolu.yaml adding fourmolu.yaml 2024-01-11 09:18:19 +09:00
hie.yaml hie.yaml/stack.yaml: added hie.yaml, bumped the resolver version to 18.28 and removed 'extra-deps' from the stack.yaml 2022-07-24 01:38:31 +02:00
LICENSE Switch to copyright year range yesodweb/yesod#617 2017-02-27 09:47:57 +02:00
README.md Update build status badge 2021-05-21 18:56:38 +03:00
stack-lts-18.yaml using later libraries for CI 2024-08-05 15:33:38 +09:00
stack-lts-19.yaml using later libraries for CI 2024-08-05 15:33:38 +09:00
stack-lts-20.yaml using later libraries for CI 2024-08-05 15:33:38 +09:00
stack-lts-21.yaml using later libraries for CI 2024-08-05 15:33:38 +09:00
stack-nightly.yaml using later libraries for CI 2024-08-05 15:33:38 +09:00
stack.yaml using later libraries for CI 2024-08-05 15:33:38 +09:00

An interface between Haskell web frameworks and web servers.

Build status

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