Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for proxyURL (0.11 sec)

  1. src/net/http/transport.go

    				return nil, wrapErr(err)
    			}
    		}
    	}
    
    	// Proxy setup.
    	switch {
    	case cm.proxyURL == nil:
    		// Do nothing. Not using a proxy.
    	case cm.proxyURL.Scheme == "socks5" || cm.proxyURL.Scheme == "socks5h":
    		conn := pconn.conn
    		d := socksNewDialer("tcp", conn.RemoteAddr().String())
    		if u := cm.proxyURL.User; u != nil {
    			auth := &socksUsernamePassword{
    				Username: u.Username(),
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  2. src/cmd/go/proxy_test.go

    )
    
    var (
    	proxyAddr = flag.String("proxy", "", "run proxy on this network address instead of running any tests")
    	proxyURL  string
    )
    
    var proxyOnce sync.Once
    
    // StartProxy starts the Go module proxy running on *proxyAddr (like "localhost:1234")
    // and sets proxyURL to the GOPROXY setting to use to access the proxy.
    // Subsequent calls are no-ops.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 03 09:56:24 UTC 2023
    - 12K bytes
    - Viewed (0)
  3. internal/logger/target/http/http.go

    	} else {
    		h.payloadType = "application/json"
    	}
    
    	// If proxy available, set the same
    	if h.config.Proxy != "" {
    		proxyURL, _ := url.Parse(h.config.Proxy)
    		transport := h.config.Transport
    		ctransport := transport.(*http.Transport).Clone()
    		ctransport.Proxy = http.ProxyURL(proxyURL)
    		h.config.Transport = ctransport
    	}
    
    	h.client = &http.Client{Transport: h.config.Transport}
    	return h, nil
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Jun 02 03:03:39 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  4. pkg/probe/http/http.go

    	// We do not want the probe use node's local proxy set.
    	transport := utilnet.SetTransportDefaults(
    		&http.Transport{
    			TLSClientConfig:    config,
    			DisableKeepAlives:  true,
    			Proxy:              http.ProxyURL(nil),
    			DisableCompression: true, // removes Accept-Encoding header
    			// DialContext creates unencrypted TCP connections
    			// and is also used by the transport for HTTPS connection
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 10 00:37:32 UTC 2023
    - 5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/egressselector/egress_selector.go

    		RootCAs:      certPool,
    	}, nil
    }
    
    func getProxyAddress(urlString string) (string, error) {
    	proxyURL, err := url.Parse(urlString)
    	if err != nil {
    		return "", fmt.Errorf("invalid proxy server url %q: %v", urlString, err)
    	}
    	return proxyURL.Host, nil
    }
    
    func connectionToDialerCreator(c apiserver.Connection) (*dialerCreator, error) {
    	switch c.ProxyProtocol {
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 15:48:39 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper_test.go

    				spdyTransport.proxier = func(proxierReq *http.Request) (*url.URL, error) {
    					proxierCalled = true
    					proxyURL, err := url.Parse(proxy.URL)
    					if err != nil {
    						return nil, err
    					}
    					proxyURL.User = testCase.proxyAuth
    					return proxyURL, nil
    				}
    			}
    
    			client := &http.Client{Transport: spdyTransport}
    
    			resp, err := client.Do(req)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 23 22:33:38 UTC 2023
    - 32.7K bytes
    - Viewed (0)
  7. pkg/test/echo/server/forwarder/http.go

    		}
    
    		// Set the proxy in the transport, if specified.
    		// for socks5 proxy is setup is done in the newDialer function.
    		if !strings.HasPrefix(cfg.Proxy, "socks5://") {
    			out.Proxy = cfg.proxyURL
    		}
    		return out
    	}
    	noCloseFn := func() {}
    
    	// Always create a new HTTP transport for each request, since HTTP can't multiplex over
    	// a single connection.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 13:56:46 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  8. api/api-rules/violation_exceptions.list

    API rule violation: names_match,k8s.io/client-go/pkg/apis/clientauthentication/v1,Cluster,InsecureSkipTLSVerify
    API rule violation: names_match,k8s.io/client-go/pkg/apis/clientauthentication/v1,Cluster,ProxyURL
    API rule violation: names_match,k8s.io/client-go/pkg/apis/clientauthentication/v1,Cluster,TLSServerName
    API rule violation: names_match,k8s.io/client-go/pkg/apis/clientauthentication/v1beta1,Cluster,CertificateAuthorityData
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  9. src/cmd/go/script_test.go

    		"GODEBUG=" + os.Getenv("GODEBUG"),
    		"GOEXE=" + cfg.ExeSuffix,
    		"GOEXPERIMENT=" + os.Getenv("GOEXPERIMENT"),
    		"GOOS=" + runtime.GOOS,
    		"TESTGO_GOHOSTOS=" + goHostOS,
    		"GOPROXY=" + proxyURL,
    		"GOPRIVATE=",
    		"GOROOT=" + testGOROOT,
    		"GOTRACEBACK=system",
    		"TESTGONETWORK=panic", // allow only local connections by default; the [net] condition resets this
    		"TESTGO_GOROOT=" + testGOROOT,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 18:15:22 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  10. src/net/http/transport_test.go

    					closes.Add(1)
    				},
    			}, nil
    		}
    
    		c.Transport.(*Transport).Proxy = ProxyURL(pu)
    		c.Transport.(*Transport).OnProxyConnectResponse = func(ctx context.Context, proxyURL *url.URL, connectReq *Request, connectRes *Response) error {
    			if proxyURL.String() != pu.String() {
    				t.Errorf("proxy url got %s, want %s", proxyURL, pu)
    			}
    
    			if "https://"+connectReq.URL.String() != ts.URL {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
Back to top