Versions in this module Expand all Collapse all v0 v0.1.0 Mar 10, 2025 Changes in this version + var Methods = [...][]byte + func NewHTTPDialer(s string, d proxy.Dialer) (proxy.Dialer, error) + func NewHTTPServer(s string, p proxy.Proxy) (proxy.Server, error) + type HTTP struct + func NewHTTP(s string, d proxy.Dialer, p proxy.Proxy) (*HTTP, error) + func (s *HTTP) Addr() string + func (s *HTTP) Dial(network, addr string) (net.Conn, error) + func (s *HTTP) DialUDP(network, addr string) (pc net.PacketConn, err error) + func (s *HTTP) ListenAndServe() + func (s *HTTP) Serve(cc net.Conn)