Provides a common protocol for communication between web applications and web servers. API docs and the README are available at http://www.stackage.org/package/wai.


Keywords
mit, web, Propose Tags, http://www.stackage.org/package/wai, Skip to Readme, , Index, Quick Jump, Network.Wai, Network.Wai.Internal, wai-3.2.4.tar.gz, browse, Package description, Package maintainers, KazuYamamoto, MichaelSnoyman, nideco, edit package information , wai, warp, bytestring, overloaded strings
License
MIT
Install
cabal install wai-3.0.3.0

Documentation

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