kubernetes/vendor/github.com/gorilla/websocket
2025-03-19 18:51:09 +00:00
..
.gitignore
AUTHORS
client.go Websocket HTTPS proxy support 2025-03-19 18:51:09 +00:00
compression.go Websocket HTTPS proxy support 2025-03-19 18:51:09 +00:00
conn.go Websocket HTTPS proxy support 2025-03-19 18:51:09 +00:00
doc.go
join.go
json.go
LICENSE
mask.go bump: upgrade gorilla/websocket from v1.4.2 to v1.5.0 2023-09-07 22:27:58 +08:00
mask_safe.go bump: upgrade gorilla/websocket from v1.4.2 to v1.5.0 2023-09-07 22:27:58 +08:00
prepared.go
proxy.go Websocket HTTPS proxy support 2025-03-19 18:51:09 +00:00
README.md Websocket HTTPS proxy support 2025-03-19 18:51:09 +00:00
server.go Websocket HTTPS proxy support 2025-03-19 18:51:09 +00:00
util.go Update gorilla/websockets library from 1.5.0 to latest 1.5.3 2025-02-19 00:26:21 +00:00

Gorilla WebSocket

GoDoc CircleCI

Gorilla WebSocket is a Go implementation of the WebSocket protocol.

Documentation

Status

The Gorilla WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable.

Installation

go get github.com/gorilla/websocket

Protocol Compliance

The Gorilla WebSocket package passes the server tests in the Autobahn Test Suite using the application in the examples/autobahn subdirectory.