@hackage wai-extra3.0.26
Provides some basic WAI handlers and middleware.
Categories
License
MIT
Maintainer
michael@snoyman.com
Links
Versions
Installation
Dependencies (30)
- aeson
- ansi-terminal
- base >=4.8 && <5
- base64-bytestring
- bytestring >=0.10.4
- case-insensitive >=0.2 Show all…
Dependents (251)
@hackage/rfc, @hackage/growler, @hackage/microformats2-parser, @hackage/postgres-websockets, @hackage/servant-server, @hackage/wai-cryptocookie, Show all…
Package Flags
build-example
(off by default)
Build example executable.
wai-extra
The goal here is to provide common features without many dependencies.
Example using Server-Sent Events
There is a small example using Server-Sent Events (SSE) in the
./example directory.
Run the commands below to start the server on http://localhost:8080
$ stack build .
$ stack exec example