aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket/request_test.go
AgeCommit message (Expand)Author
2026-01-03all: use SPDX license header formatShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-09-11lib/websocket: suppress unused parameter using "_"Shulhan
2023-07-01lib/websocket: prefix the error with function or method namesShulhan
2022-11-19lib/websocket: fix test for the Go 1.20Shulhan
2022-06-09lib/websocket: refactoring codeShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-01-22websocket: change the RouteHandler signature to return ResponseShulhan
2019-03-06websocket: unexport request Reset() and response Reset()Shulhan
2019-03-02websocket: add unit test for request and responseShulhan