matrix-prometheus/vendor/github.com/gorilla/websocket
Luca bfd95f28c7 Implement basic matrix bot 2023-01-13 21:24:39 +01:00
..
.gitignore Implement basic matrix bot 2023-01-13 21:24:39 +01:00
AUTHORS Implement basic matrix bot 2023-01-13 21:24:39 +01:00
LICENSE Implement basic matrix bot 2023-01-13 21:24:39 +01:00
README.md Implement basic matrix bot 2023-01-13 21:24:39 +01:00
client.go Implement basic matrix bot 2023-01-13 21:24:39 +01:00
compression.go Implement basic matrix bot 2023-01-13 21:24:39 +01:00
conn.go Implement basic matrix bot 2023-01-13 21:24:39 +01:00
doc.go Implement basic matrix bot 2023-01-13 21:24:39 +01:00
join.go Implement basic matrix bot 2023-01-13 21:24:39 +01:00
json.go Implement basic matrix bot 2023-01-13 21:24:39 +01:00
mask.go Implement basic matrix bot 2023-01-13 21:24:39 +01:00
mask_safe.go Implement basic matrix bot 2023-01-13 21:24:39 +01:00
prepared.go Implement basic matrix bot 2023-01-13 21:24:39 +01:00
proxy.go Implement basic matrix bot 2023-01-13 21:24:39 +01:00
server.go Implement basic matrix bot 2023-01-13 21:24:39 +01:00
tls_handshake.go Implement basic matrix bot 2023-01-13 21:24:39 +01:00
tls_handshake_116.go Implement basic matrix bot 2023-01-13 21:24:39 +01:00
util.go Implement basic matrix bot 2023-01-13 21:24:39 +01:00
x_net_proxy.go Implement basic matrix bot 2023-01-13 21:24:39 +01: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.