index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
websocket
/
request.go
Age
Commit message (
Expand
)
Author
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2024-03-06
all: conform with linter gosec, ineffasign, and makezero
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-07-01
lib/websocket: prefix the error with function or method names
Shulhan
2022-06-09
lib/websocket: refactoring code
Shulhan
2022-06-09
lib/websocket: realign all struct to minimize allocations
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2020-06-06
all: use default linter options
Shulhan
2019-11-14
websocket: add field Conn to represent connection in Request
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-03-06
websocket: unexport request Reset() and response Reset()
Shulhan
2019-03-02
websocket: add unit test for request and response
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-07-06
Add implementation of websocket server and client (RFC 6455)
Shulhan