robocar-arduino/vendor/github.com/gorilla/websocket
2023-08-21 23:15:03 +02:00
..
.gitignore build: upgrade to go 1.17 and dependencies 2021-09-01 20:43:28 +02:00
AUTHORS build: upgrade to go 1.17 and dependencies 2021-09-01 20:43:28 +02:00
client.go build: upgrade dependency and build with go 1.21 2023-08-21 23:15:03 +02:00
compression.go build: upgrade to go 1.17 and dependencies 2021-09-01 20:43:28 +02:00
conn.go build: upgrade dependency and build with go 1.21 2023-08-21 23:15:03 +02:00
doc.go build: upgrade to go 1.17 and dependencies 2021-09-01 20:43:28 +02:00
join.go build: upgrade to go 1.17 and dependencies 2021-09-01 20:43:28 +02:00
json.go build: upgrade to go 1.17 and dependencies 2021-09-01 20:43:28 +02:00
LICENSE build: upgrade to go 1.17 and dependencies 2021-09-01 20:43:28 +02:00
mask_safe.go build: upgrade dependency and build with go 1.21 2023-08-21 23:15:03 +02:00
mask.go build: upgrade dependency and build with go 1.21 2023-08-21 23:15:03 +02:00
prepared.go build: upgrade to go 1.17 and dependencies 2021-09-01 20:43:28 +02:00
proxy.go build: upgrade dependency and build with go 1.21 2023-08-21 23:15:03 +02:00
README.md build: upgrade dependency and build with go 1.21 2023-08-21 23:15:03 +02:00
server.go build: upgrade dependency and build with go 1.21 2023-08-21 23:15:03 +02:00
tls_handshake_116.go build: upgrade dependency and build with go 1.21 2023-08-21 23:15:03 +02:00
tls_handshake.go build: upgrade dependency and build with go 1.21 2023-08-21 23:15:03 +02:00
util.go build: upgrade to go 1.17 and dependencies 2021-09-01 20:43:28 +02:00
x_net_proxy.go build: upgrade to go 1.17 and dependencies 2021-09-01 20:43:28 +02:00

Gorilla WebSocket

GoDoc CircleCI

Gorilla WebSocket is a Go implementation of the WebSocket protocol.


⚠️ The Gorilla WebSocket Package is looking for a new maintainer


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.