aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket/handler.go
AgeCommit message (Expand)Author
2026-01-03all: use SPDX license header formatShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2020-08-11websocket: add server options to change the connect and status pathsShulhan
2020-03-12websocket: explain the error behaviour on ClientHandlerShulhan
2019-03-17websocket: simplify client handshake process without handler and contextShulhan
2019-03-17websocket: pass the instance of client to handlerShulhan
2019-03-17websocket: rewrite client to use centralized handlerShulhan
2019-03-10websocket: add server handler for reserved control frameShulhan
2019-03-07websocket: add unit test for client servePingShulhan
2019-03-06websocket: remove server HandleClose, duplicate with HandleClientRemoveShulhan
2019-03-06websocket: refactoring handling fragmentation on serverShulhan
2019-03-04websocket: minimize global variables and unexport internal constantsShulhan
2018-11-29all: fixes warning from lintersShulhan
2018-07-06Add implementation of websocket server and client (RFC 6455)Shulhan