elemental-operator/vendor/github.com/gorilla/websocket
David Cassany Viladomat 1af1d0709e
Add vendor for obs integration (#198)
These changes are required to facilitate OBS code updates and builds by simply triggering OBS services. This allows updating code and rebuild in OBS based on github events such as on tag, on merge, on push...

Signed-off-by: David Cassany <dcassany@suse.com>
2022-10-07 14:23:11 +00:00
..
.gitignore Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
AUTHORS Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
LICENSE Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
README.md Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
client.go Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
compression.go Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
conn.go Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
doc.go Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
join.go Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
json.go Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
mask.go Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
mask_safe.go Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
prepared.go Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
proxy.go Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
server.go Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
tls_handshake.go Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
tls_handshake_116.go Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
util.go Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
x_net_proxy.go Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00

README.md

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.