Implements HTTPS proxy functionality
3 files changed
tree: 93a7576e74a8ef0017188fb069696a45204631e4
  1. .circleci/
  2. .github/
  3. examples/
  4. .gitignore
  5. AUTHORS
  6. client.go
  7. client_proxy_server_test.go
  8. client_server_test.go
  9. client_test.go
  10. compression.go
  11. compression_test.go
  12. conn.go
  13. conn_broadcast_test.go
  14. conn_test.go
  15. doc.go
  16. example_test.go
  17. go.mod
  18. go.sum
  19. join.go
  20. join_test.go
  21. json.go
  22. json_test.go
  23. LICENSE
  24. mask.go
  25. mask_safe.go
  26. mask_test.go
  27. prepared.go
  28. prepared_test.go
  29. proxy.go
  30. README.md
  31. server.go
  32. server_test.go
  33. util.go
  34. util_test.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.