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
Robert Fratto 2208ea7147
Update Prometheus dependency to latest release (v2.39.1) (#7425)
3 years 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 Update Prometheus dependency to latest release (v2.39.1) (#7425) 3 years ago
client.go Update Prometheus dependency to latest release (v2.39.1) (#7425) 3 years ago
compression.go Move live log tailing behind websocket on server (#439) 7 years ago
conn.go Update Prometheus dependency to latest release (v2.39.1) (#7425) 3 years 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 Update Prometheus dependency to latest release (v2.39.1) (#7425) 3 years 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 update github.com/gorilla/websocket to fixes a potential DoS (#3152) 5 years 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.


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.