Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for proxyURL (0.22 sec)

  1. pkg/kube/util.go

    			Exec:                  auths.Exec,
    			// Extensions: Not needed,
    		}
    
    		// Other relevant fields that are not acted on:
    		// * Cluster.Server (and ProxyURL). This allows the user to send requests to arbitrary URLs, enabling potential SSRF attacks.
    		//   However, we don't actually know what valid URLs are, so we cannot reasonably constrain this. Instead,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 05:10:23 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ParseTime", Func, 1},
    		{"Post", Func, 0},
    		{"PostForm", Func, 0},
    		{"ProtocolError", Type, 0},
    		{"ProtocolError.ErrorString", Field, 0},
    		{"ProxyFromEnvironment", Func, 0},
    		{"ProxyURL", Func, 0},
    		{"PushOptions", Type, 8},
    		{"PushOptions.Header", Field, 8},
    		{"PushOptions.Method", Field, 8},
    		{"Pusher", Type, 8},
    		{"ReadRequest", Func, 0},
    		{"ReadResponse", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "byte",
    						},
    					},
    					"proxy-url": {
    						SchemaProps: spec.SchemaProps{
    							Description: "ProxyURL is the URL to the proxy to be used for all requests to this cluster.",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"disable-compression": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. api/go1.txt

    pkg net/http, func Post(string, string, io.Reader) (*Response, error)
    pkg net/http, func PostForm(string, url.Values) (*Response, error)
    pkg net/http, func ProxyFromEnvironment(*Request) (*url.URL, error)
    pkg net/http, func ProxyURL(*url.URL) func(*Request) (*url.URL, error)
    pkg net/http, func ReadRequest(*bufio.Reader) (*Request, error)
    pkg net/http, func ReadResponse(*bufio.Reader, *Request) (*Response, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top