index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
http
/
sseclient
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2025-02-04
all: remove the nolint tags
Shulhan
2024-03-09
lib/http: refactoring NewServer and NewClient
Shulhan
2024-03-09
lib/http: refactor of RegisterEndpoint and RegisterSSE to non-pointer
Shulhan
2024-03-05
all: comply with linter recommendations #3
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-12-17
http/sseclient: fix data race on [Client.Close]
Shulhan
2023-12-17
http/sseclient: fix Retry value not set to millisecond
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-12-03
http/sseclient: add test for multi lines with empty line in middle
Shulhan
2023-11-26
http/sseclient: add method IDInt to Event
Shulhan
2023-11-26
lib/http: simplify SSEConn API, remove the WriteMessage
Shulhan
2023-11-26
http/sseclient: implement Client retry
Shulhan
2023-11-26
http/sseclient: remove double check for non-empty packet
Shulhan
2023-11-26
lib/http: add method WriteRaw to SSEEndpoint
Shulhan
2023-11-26
lib/http: change id type in WriteEvent/WriteMessage parameter to pointer
Shulhan
2023-11-26
lib/http: implement Server-Sent Events (SSE)
Shulhan