aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket/request.go
AgeCommit message (Expand)Author
2025-01-23all: replace "interface{}" with "any"Shulhan
2024-03-06all: conform with linter gosec, ineffasign, and makezeroShulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-07-01lib/websocket: prefix the error with function or method namesShulhan
2022-06-09lib/websocket: refactoring codeShulhan
2022-06-09lib/websocket: realign all struct to minimize allocationsShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2020-06-06all: use default linter optionsShulhan
2019-11-14websocket: add field Conn to represent connection in RequestShulhan
2019-06-14all: fix nolint formatShulhan
2019-03-06websocket: unexport request Reset() and response Reset()Shulhan
2019-03-02websocket: add unit test for request and responseShulhan
2019-03-01all: fix warnings from linterShulhan
2018-11-30all: minimize and suppress linter warnings for global variablesShulhan
2018-07-06Add implementation of websocket server and client (RFC 6455)Shulhan