package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewStream creates a stream that manages reading and writing data over the provided [websocket.Conn].
No description provided by the author

# Variables

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

# Structs

Envelope is used to wrap and transend and receive messages between the web client and proxy.
SSHSessionLatencyStats contain latency measurements for both legs of an ssh connection established via the Web UI.
Stream manages the [websocket.Conn] to the web UI for a terminal session.
StreamConfig contains dependencies of a TerminalStream.
WSStream handles web socket communication with the frontend.

# Interfaces

MFACodec converts MFA challenges/responses between their native types and a format suitable for being sent over a network connection.
WSConn is a gorilla/websocket minimal interface used by our web implementation.

# Type aliases

WSHandlerFunc specifies a handler that processes received a specific [Envelope] received via a web socket.