Versions in this module Expand all Collapse all v0 v0.0.1 Apr 21, 2021 Changes in this version + type Executor interface + Stream func(options StreamOptions) error + StreamContext func(ctx context.Context, options StreamOptions) error + StreamRequest func(req *http.Request, options StreamOptions) error + func NewSPDYExecutor(config *restclient.Config, method string, url *url.URL) (Executor, error) + func NewSPDYExecutorForProtocols(transport http.RoundTripper, upgrader spdy.Upgrader, method string, ...) (Executor, error) + func NewSPDYExecutorForTransports(transport http.RoundTripper, upgrader spdy.Upgrader, method string, ...) (Executor, error) + type StreamOptions struct + Stderr io.Writer + Stdin io.Reader + Stdout io.Writer + TerminalSizeQueue TerminalSizeQueue + Tty bool + type TerminalSize struct + Height uint16 + Width uint16 + type TerminalSizeQueue interface + Next func() *TerminalSize