| commit | e064f32e3674d9d79a8fd417b5bc06fa5c6cad8f | [log] [tgz] |
|---|---|---|
| author | Sean Sullivan <[email protected]> | Wed Feb 26 22:07:44 2025 |
| committer | Alex Vulaj <[email protected]> | Wed Mar 19 13:29:07 2025 |
| tree | 93a7576e74a8ef0017188fb069696a45204631e4 | |
| parent | 5e002381133d322c5f1305d171f3bdd07decf229 [diff] |
Implements HTTPS proxy functionality
Gorilla WebSocket is a Go implementation of the WebSocket protocol.
The Gorilla WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable.
go get github.com/gorilla/websocket
The Gorilla WebSocket package passes the server tests in the Autobahn Test Suite using the application in the examples/autobahn subdirectory.