package
1.2.0-alpha.4
Repository: https://github.com/ericchiang/kubernetes.git
Documentation: pkg.go.dev

# Functions

IsWebSocketRequest returns true if the incoming request contains connection upgrade headers for WebSockets.
NewConn creates a WebSocket connection that supports a set of channels.
NewReader creates a WebSocket pipe that will copy the contents of r to a provided WebSocket connection.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Conn supports sending multiple binary channels over a websocket connection.
Reader supports returning an arbitrary byte stream over a websocket channel.

# Type aliases

No description provided by the author