aboutsummaryrefslogtreecommitdiff
path: root/test/ssetest.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add SSE sink (socket.sse module)feat/sseThijs Schreijer2 days1-0/+370
Implements SSE by using the replacement body sink. Replaces the sink with an SSE parser if the response is a text stream. Example application included