aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket/closecode.go
AgeCommit message (Collapse)Author
2026-01-03all: use SPDX license header formatShulhan
2023-07-01lib/websocket: reformat comments and documentationShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2019-03-04websocket: remove global variables for server control framesShulhan
This changes introduced new parameters isMasked and close code status to function NewFrameClose; and isMasked to function NewFramePing and NewFramePong. This commit also introduce new type for status code: CloseCode.