aboutsummaryrefslogtreecommitdiff
path: root/lib/http/sseclient
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2025-02-04all: remove the nolint tagsShulhan
2024-03-09lib/http: refactoring NewServer and NewClientShulhan
2024-03-09lib/http: refactor of RegisterEndpoint and RegisterSSE to non-pointerShulhan
2024-03-05all: comply with linter recommendations #3Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-12-17http/sseclient: fix data race on [Client.Close]Shulhan
2023-12-17http/sseclient: fix Retry value not set to millisecondShulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-12-03http/sseclient: add test for multi lines with empty line in middleShulhan
2023-11-26http/sseclient: add method IDInt to EventShulhan
2023-11-26lib/http: simplify SSEConn API, remove the WriteMessageShulhan
2023-11-26http/sseclient: implement Client retryShulhan
2023-11-26http/sseclient: remove double check for non-empty packetShulhan
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