MCPcopy
hub / github.com/gorilla/websocket / httpProxyDialer

Struct httpProxyDialer

proxy.go:29–32  ·  proxy.go::httpProxyDialer

Source from the content-addressed store, hash-verified

27}
28
29type httpProxyDialer struct {
30 proxyURL *url.URL
31 forwardDial func(network, addr string) (net.Conn, error)
32}
33
34func (hpd *httpProxyDialer) Dial(network string, addr string) (net.Conn, error) {
35 hostPort, _ := hostPortNoPort(hpd.proxyURL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected