MCPcopy
hub / github.com/ph4ntonn/Stowaway / HTTPProxy

Struct HTTPProxy

share/proxy.go:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161type HTTPProxy struct {
162 PeerAddr string
163 ProxyAddr string
164}
165
166func NewHTTPProxy(peerAddr, proxyAddr string) *HTTPProxy {
167 proxy := new(HTTPProxy)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected