Versions in this module Expand all Collapse all v0 v0.13.4 Apr 6, 2019 v0.13.0 Apr 6, 2019 Changes in this version + func RemoveHopByHopHeaders(header http.Header) + type HTTPAdapter struct + R *http.Request + func NewHTTP(request *http.Request, conn net.Conn) *HTTPAdapter + func (h *HTTPAdapter) Close() + func (h *HTTPAdapter) Conn() net.Conn + func (h *HTTPAdapter) Metadata() *C.Metadata + type SocketAdapter struct + func NewHTTPS(request *http.Request, conn net.Conn) *SocketAdapter + func NewSocket(target socks.Addr, conn net.Conn, source C.SourceType) *SocketAdapter + func (s *SocketAdapter) Close() + func (s *SocketAdapter) Conn() net.Conn + func (s *SocketAdapter) Metadata() *C.Metadata