garm/vendor/github.com/gorilla/websocket
Gabriel Adrian Samfira bbbe67bf7c Vendor packages and add Makefile
* Vendors packages
  * Adds a Makefile that uses docker to build a static binary against musl
using alpine linux.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2022-06-30 10:20:32 +00:00
..
.gitignore Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
AUTHORS Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
client.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
compression.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
conn.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
doc.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
join.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
json.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
LICENSE Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
mask.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
mask_safe.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
prepared.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
proxy.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
README.md Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
server.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
tls_handshake.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
tls_handshake_116.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
util.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
x_net_proxy.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00: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.