filebrowser/backend/vendor/github.com/gorilla/websocket
Graham Steffaniak b928e6557c updated with a few changes
- git directory structure changed (no more src folder)
 - search now works with filesize larger/smaller than x MB
 - search currently allows for only one search request at a time
   - cancels older requests by having them immediately return null
2023-07-21 17:41:24 -05:00
..
.gitignore updated with a few changes 2023-07-21 17:41:24 -05:00
AUTHORS updated with a few changes 2023-07-21 17:41:24 -05:00
LICENSE updated with a few changes 2023-07-21 17:41:24 -05:00
README.md updated with a few changes 2023-07-21 17:41:24 -05:00
client.go updated with a few changes 2023-07-21 17:41:24 -05:00
compression.go updated with a few changes 2023-07-21 17:41:24 -05:00
conn.go updated with a few changes 2023-07-21 17:41:24 -05:00
doc.go updated with a few changes 2023-07-21 17:41:24 -05:00
join.go updated with a few changes 2023-07-21 17:41:24 -05:00
json.go updated with a few changes 2023-07-21 17:41:24 -05:00
mask.go updated with a few changes 2023-07-21 17:41:24 -05:00
mask_safe.go updated with a few changes 2023-07-21 17:41:24 -05:00
prepared.go updated with a few changes 2023-07-21 17:41:24 -05:00
proxy.go updated with a few changes 2023-07-21 17:41:24 -05:00
server.go updated with a few changes 2023-07-21 17:41:24 -05:00
tls_handshake.go updated with a few changes 2023-07-21 17:41:24 -05:00
tls_handshake_116.go updated with a few changes 2023-07-21 17:41:24 -05:00
util.go updated with a few changes 2023-07-21 17:41:24 -05:00
x_net_proxy.go updated with a few changes 2023-07-21 17:41:24 -05: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.