aboutsummaryrefslogtreecommitdiff
path: root/src/sse.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add SSE sink (socket.sse module)feat/sseThijs Schreijer2 days1-0/+193
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