EdgexAgent/device-gps-go/vendor/github.com/gorilla/websocket
2025-07-10 20:30:06 +08:00
..
.gitignore 边缘代理监测项目 2025-07-10 20:30:06 +08:00
AUTHORS 边缘代理监测项目 2025-07-10 20:30:06 +08:00
client.go 边缘代理监测项目 2025-07-10 20:30:06 +08:00
compression.go 边缘代理监测项目 2025-07-10 20:30:06 +08:00
conn.go 边缘代理监测项目 2025-07-10 20:30:06 +08:00
doc.go 边缘代理监测项目 2025-07-10 20:30:06 +08:00
join.go 边缘代理监测项目 2025-07-10 20:30:06 +08:00
json.go 边缘代理监测项目 2025-07-10 20:30:06 +08:00
LICENSE 边缘代理监测项目 2025-07-10 20:30:06 +08:00
mask_safe.go 边缘代理监测项目 2025-07-10 20:30:06 +08:00
mask.go 边缘代理监测项目 2025-07-10 20:30:06 +08:00
prepared.go 边缘代理监测项目 2025-07-10 20:30:06 +08:00
proxy.go 边缘代理监测项目 2025-07-10 20:30:06 +08:00
README.md 边缘代理监测项目 2025-07-10 20:30:06 +08:00
server.go 边缘代理监测项目 2025-07-10 20:30:06 +08:00
tls_handshake_116.go 边缘代理监测项目 2025-07-10 20:30:06 +08:00
tls_handshake.go 边缘代理监测项目 2025-07-10 20:30:06 +08:00
util.go 边缘代理监测项目 2025-07-10 20:30:06 +08:00
x_net_proxy.go 边缘代理监测项目 2025-07-10 20:30:06 +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.