# Packages
Package cookie implements functionality for interacting with the Cookie Server, see https://chromium.googlesource.com/apps/libapps/+/HEAD/nassh/docs/relay-protocol.md#corp-relay-cookie.
Package corprelay implements a [email protected] SSH-over-WebSocket Relay client session.
Package corprelayv4 implements a [email protected] SSH-over-WebSocket Relay client session.
# Functions
AddDefaultPort adds a port number to an address if one isn't specified.
NewWrapper creates a Wrapper from a reader/writer pair.
# Constants
DefaultPort is the default port number for the Cookie Server / SSH Relay.
ExtID is the dummy Chrome extension ID to send on requests.
# Variables
ErrBadSessionID is returned if the Session ID could not be parsed.
# Interfaces
A Session is an SSH-over-WebSocket Relay client session.