Documentation
¶
Index ¶
Constants ¶
View Source
const (
ErrNotRequired = ProxyError("domain does not use cookies")
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyError ¶
type ProxyError string
func (ProxyError) Error ¶
func (e ProxyError) Error() string
type ProxyServer ¶
type ProxyServer struct {
// contains filtered or unexported fields
}
func NewProxyServer ¶
func NewProxyServer(streamURL string, logger util.Logger) (*ProxyServer, error)
Click to show internal directories.
Click to hide internal directories.