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
/
websocket
/
handler.go
Age
Commit message (
Expand
)
Author
2026-01-03
all: use SPDX license header format
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2020-08-11
websocket: add server options to change the connect and status paths
Shulhan
2020-03-12
websocket: explain the error behaviour on ClientHandler
Shulhan
2019-03-17
websocket: simplify client handshake process without handler and context
Shulhan
2019-03-17
websocket: pass the instance of client to handler
Shulhan
2019-03-17
websocket: rewrite client to use centralized handler
Shulhan
2019-03-10
websocket: add server handler for reserved control frame
Shulhan
2019-03-07
websocket: add unit test for client servePing
Shulhan
2019-03-06
websocket: remove server HandleClose, duplicate with HandleClientRemove
Shulhan
2019-03-06
websocket: refactoring handling fragmentation on server
Shulhan
2019-03-04
websocket: minimize global variables and unexport internal constants
Shulhan
2018-11-29
all: fixes warning from linters
Shulhan
2018-07-06
Add implementation of websocket server and client (RFC 6455)
Shulhan