wai/wai-extra
2019-06-24 16:28:43 +03:00
..
example adjust wai-extra example program 2018-03-12 16:44:48 +01:00
Network/Wai Supply response size to custom loggers when available. 2019-06-24 16:09:53 +03:00
test Fix for #647 (Payload Too Large in WAI is 500 instead of 413) 2019-04-24 07:44:38 +02:00
.ghci wai-extra: Add .ghci 2012-09-15 13:24:58 +02:00
.gitignore Add 'wai-extra/' from commit '29076d018b0cc159c3ccf3050350e4b7469f2c6c' 2011-07-22 16:51:23 +03:00
ChangeLog.md Changelog. 2019-06-24 16:28:43 +03:00
LICENSE Update license with MIT license 2012-05-20 19:53:58 -07:00
proxy.hs Add 'wai-extra/' from commit '29076d018b0cc159c3ccf3050350e4b7469f2c6c' 2011-07-22 16:51:23 +03:00
README.md Use stack instead of cabal 2017-08-07 14:38:54 +02:00
Setup.lhs Add 'wai-extra/' from commit '29076d018b0cc159c3ccf3050350e4b7469f2c6c' 2011-07-22 16:51:23 +03:00
wai-extra.cabal Supply response size to custom loggers when available. 2019-06-24 16:09:53 +03:00

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