MCPcopy Create free account
hub / github.com/SenseUnit/dumbproxy / UnifiedHTTPSProxyDialer

Struct UnifiedHTTPSProxyDialer

dialer/unihttp.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type UnifiedHTTPSProxyDialer struct {
13 h2dialer Dialer
14 h1dialer Dialer
15}
16
17func UnifiedHTTPSProxyDialerFromURL(u *url.URL, d xproxy.Dialer) (xproxy.Dialer, error) {
18 h2, err := H2ProxyDialerFromURL(u, d)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected