matterbridge/vendor/github.com/gorilla/websocket
Wim d16645c952
Update mattermost library ()
* Update mattermost library

* Fix linting
2024-05-24 23:08:09 +02:00
..
.editorconfig Update mattermost library () 2024-05-24 23:08:09 +02:00
.gitignore Update mattermost library () 2024-05-24 23:08:09 +02:00
.golangci.yml Update mattermost library () 2024-05-24 23:08:09 +02:00
client.go Update mattermost library () 2024-05-24 23:08:09 +02:00
compression.go Update mattermost library () 2024-05-24 23:08:09 +02:00
conn.go Update mattermost library () 2024-05-24 23:08:09 +02:00
doc.go Update dependencies / vendor () 2020-05-24 00:06:21 +02:00
join.go Update dependencies () 2019-09-07 22:46:58 +02:00
json.go Switch back go upstream bwmarrin/discordgo 2018-11-13 00:02:07 +01:00
LICENSE Update mattermost library () 2024-05-24 23:08:09 +02:00
Makefile Update mattermost library () 2024-05-24 23:08:09 +02:00
mask_safe.go Update dependencies and vendor () 2022-03-12 19:41:07 +01:00
mask.go Update mattermost library () 2024-05-24 23:08:09 +02:00
prepared.go Update dependencies / vendor () 2020-05-24 00:06:21 +02:00
proxy.go Update mattermost library () 2024-05-24 23:08:09 +02:00
README.md Update mattermost library () 2024-05-24 23:08:09 +02:00
server.go Update mattermost library () 2024-05-24 23:08:09 +02:00
tls_handshake.go Update mattermost library () 2024-05-24 23:08:09 +02:00
util.go Update mattermost library () 2024-05-24 23:08:09 +02:00

gorilla/websocket

testing codecov godoc sourcegraph

Gorilla WebSocket is a Go implementation of the WebSocket protocol.

Gorilla Logo

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.