Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newThrottledUpgradeAwareProxyHandler (0.2 sec)

  1. pkg/registry/core/pod/rest/subresources.go

    	// Return a proxy handler that uses the desired transport, wrapped with additional proxy handling (to get URL rewriting, X-Forwarded-* headers, etc)
    	return newThrottledUpgradeAwareProxyHandler(location, transport, true, false, responder), nil
    }
    
    // Support both GET and POST methods. We must support GET for browsers that want to use WebSockets.
    var upgradeableMethods = []string{"GET", "POST"}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:10:30 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top