EdgexAgent/device-ble-go/vendor/github.com/gorilla/websocket
2025-07-10 20:40:32 +08:00
..
.gitignore 添加gitignore 2025-07-10 20:40:32 +08:00
AUTHORS 添加gitignore 2025-07-10 20:40:32 +08:00
client.go 添加gitignore 2025-07-10 20:40:32 +08:00
compression.go 添加gitignore 2025-07-10 20:40:32 +08:00
conn.go 添加gitignore 2025-07-10 20:40:32 +08:00
doc.go 添加gitignore 2025-07-10 20:40:32 +08:00
join.go 添加gitignore 2025-07-10 20:40:32 +08:00
json.go 添加gitignore 2025-07-10 20:40:32 +08:00
LICENSE 添加gitignore 2025-07-10 20:40:32 +08:00
mask_safe.go 添加gitignore 2025-07-10 20:40:32 +08:00
mask.go 添加gitignore 2025-07-10 20:40:32 +08:00
prepared.go 添加gitignore 2025-07-10 20:40:32 +08:00
proxy.go 添加gitignore 2025-07-10 20:40:32 +08:00
README.md 添加gitignore 2025-07-10 20:40:32 +08:00
server.go 添加gitignore 2025-07-10 20:40:32 +08:00
tls_handshake_116.go 添加gitignore 2025-07-10 20:40:32 +08:00
tls_handshake.go 添加gitignore 2025-07-10 20:40:32 +08:00
util.go 添加gitignore 2025-07-10 20:40:32 +08:00
x_net_proxy.go 添加gitignore 2025-07-10 20:40:32 +08: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.