Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteURL (0.09 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/proxy/transport.go

    func (rt *Transport) WrappedRoundTripper() http.RoundTripper {
    	return rt.RoundTripper
    }
    
    // rewriteURL rewrites a single URL to go through the proxy, if the URL refers
    // to the same host as sourceURL, which is the page on which the target URL
    // occurred, or if the URL matches the sourceRequestHost.
    func (t *Transport) rewriteURL(url *url.URL, sourceURL *url.URL, sourceRequestHost string) string {
    	// Example:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 07:29:34 UTC 2023
    - 8.8K bytes
    - Viewed (0)
Back to top