aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket/server_test.go
AgeCommit message (Expand)Author
2026-01-03all: use SPDX license header formatShulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2024-02-15all: set unused parameter to "_"Shulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-07-01lib/websocket: handle concurrent upgrade using goroutineShulhan
2022-06-09lib/websocket: refactoring codeShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-08-11websocket: add server options to change the connect and status pathsShulhan
2020-08-10websocket: add HTTP endpoint to check server health statusShulhan
2019-11-14websocket: update NewServer usage on testShulhan
2019-03-20websocket: use custom HTTP parser for clientShulhan
2019-03-17websocket: simplify client handshake process without handler and contextShulhan
2019-03-17websocket: rewrite client to use centralized handlerShulhan
2019-03-04websocket: refactoring client, add specific SendXxx methodsShulhan
2019-03-04websocket: simplify client APIsShulhan
2018-11-29all: fix warnings from lintersShulhan
2018-11-29all: fix warning from lintersShulhan
2018-07-06Add implementation of websocket server and client (RFC 6455)Shulhan