gotosocial/vendor/github.com/gorilla/websocket
kim b56dae8120
[chore] Update all but bun libraries (#526)
* update all but bun libraries

Signed-off-by: kim <grufwub@gmail.com>

* remove my personal build script changes

Signed-off-by: kim <grufwub@gmail.com>
2022-05-02 15:05:18 +02:00
..
.gitignore Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
AUTHORS Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
client.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
compression.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
conn.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
doc.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
join.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
json.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
LICENSE Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
mask.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
mask_safe.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
prepared.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
proxy.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
README.md [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
server.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
tls_handshake.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
tls_handshake_116.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
util.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
x_net_proxy.go Grand test fixup (#138) 2021-08-12 21:03:24 +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.