Versions in this module Expand all Collapse all v0 v0.1.1 Jul 26, 2026 v0.1.0 Jul 26, 2026 Changes in this version + type Config struct + HTTPClient *http.Client + Password string + Username string + type Proxy struct + func NewProxy(config Config) *Proxy + func (p *Proxy) Start(ctx context.Context, source *url.URL) (*Session, error) + type Session struct + func (s *Session) Close() error + func (s *Session) Done() <-chan struct{} + func (s *Session) URL() *url.URL