Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/vendor/github.com/gorilla/websocket
renovate[bot] 1eb8342d41
fix(deps): update module github.com/gorilla/websocket to v1.5.3 (#13873)
1 year ago
..
.gitignore Move live log tailing behind websocket on server (#439) 7 years ago
AUTHORS Move live log tailing behind websocket on server (#439) 7 years ago
LICENSE Move live log tailing behind websocket on server (#439) 7 years ago
README.md fix(deps): update module github.com/gorilla/websocket to v1.5.3 (#13873) 1 year ago
client.go fix(deps): update module github.com/gorilla/websocket to v1.5.3 (#13873) 1 year ago
compression.go Move live log tailing behind websocket on server (#439) 7 years ago
conn.go fix(deps): update module github.com/gorilla/websocket to v1.5.3 (#13873) 1 year ago
doc.go update github.com/gorilla/websocket to fixes a potential DoS (#3152) 5 years ago
join.go update github.com/gorilla/websocket to fixes a potential DoS (#3152) 5 years ago
json.go Move live log tailing behind websocket on server (#439) 7 years ago
mask.go Update Prometheus dependency to latest release (v2.39.1) (#7425) 3 years ago
mask_safe.go Update Prometheus dependency to latest release (v2.39.1) (#7425) 3 years ago
prepared.go update github.com/gorilla/websocket to fixes a potential DoS (#3152) 5 years ago
proxy.go Update Prometheus dependency to latest release (v2.39.1) (#7425) 3 years ago
server.go fix(deps): update module github.com/gorilla/websocket to v1.5.3 (#13873) 1 year ago
tls_handshake.go Update Prometheus dependency to latest release (v2.39.1) (#7425) 3 years ago
tls_handshake_116.go Update Prometheus dependency to latest release (v2.39.1) (#7425) 3 years ago
util.go fix(deps): update module github.com/gorilla/websocket to v1.5.3 (#13873) 1 year ago
x_net_proxy.go Move live log tailing behind websocket on server (#439) 7 years ago

README.md

Gorilla WebSocket

GoDoc CircleCI

Gorilla WebSocket is a Go implementation of the WebSocket protocol.

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.