aboutsummaryrefslogtreecommitdiff
path: root/lib/http/sse_endpoint.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-11-27lib/http: add field KeepAliveInterval in SSEEndpointShulhan
2023-11-26http/sseclient: implement Client retryShulhan
2023-11-26lib/http: add method WriteRaw to SSEEndpointShulhan
2023-11-26lib/http: change id type in WriteEvent/WriteMessage parameter to pointerShulhan
2023-11-26lib/http: implement Server-Sent Events (SSE)Shulhan