Documentation ¶
Index ¶
Constants ¶
View Source
const ReadHeaderTimeout = 60 * time.Second
Variables ¶
This section is empty.
Functions ¶
func NewProxyCommand ¶
func NewProxyCommand(p *Proxy, o *options.ProxyRunOptions) *cobra.Command
func SetupSignalHandler ¶
func SetupSignalHandler() (stopCh <-chan struct{})
Types ¶
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
func (*Proxy) ProxyServer ¶ added in v0.29.0
func (p *Proxy) ProxyServer() *server.ProxyServer
ProxyServer exposes internal state for testing.
Click to show internal directories.
Click to hide internal directories.