# Packages
Package portforward contains server-side logic for handling port forwarding requests.
Package remotecommand contains functions related to executing commands in and attaching to pods.
# Functions
NewErrorStreamingDisabled creates an error for disabled streaming method.
NewErrorTooManyInFlight creates an error for exceeding the maximum number of in-flight requests.
NewServer creates a new Server for stream requests.
WriteError translates a CRI streaming error into an appropriate HTTP response.
# Variables
DefaultConfig provides default values for server Config.