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-sh-app[bot] 7912a67efc
fix(deps): update module github.com/prometheus/prometheus to v0.307.3 (main) (#19800)
2 months ago
..
.gitignore
AUTHORS
LICENSE
README.md fix(deps): update module github.com/prometheus/prometheus to v0.307.3 (main) (#19800) 2 months ago
client.go fix(deps): update module github.com/prometheus/prometheus to v0.307.3 (main) (#19800) 2 months ago
compression.go fix(deps): update module github.com/prometheus/prometheus to v0.307.3 (main) (#19800) 2 months ago
conn.go fix(deps): update module github.com/prometheus/prometheus to v0.307.3 (main) (#19800) 2 months ago
doc.go
join.go
json.go
mask.go
mask_safe.go
prepared.go
proxy.go fix(deps): update module github.com/prometheus/prometheus to v0.307.3 (main) (#19800) 2 months ago
server.go fix(deps): update module github.com/prometheus/prometheus to v0.307.3 (main) (#19800) 2 months ago
util.go

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.