Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRoundTripConstuctor (0.35 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper_test.go

    				}
    			} else if proxyCalledWithAuth {
    				t.Fatalf("proxy authorization unexpected, got %q", proxyCalledWithAuthHeader)
    			}
    		})
    	}
    }
    
    // Tests SpdyRoundTripper constructors
    func TestRoundTripConstuctor(t *testing.T) {
    	testCases := map[string]struct {
    		tlsConfig         *tls.Config
    		proxier           func(req *http.Request) (*url.URL, error)
    		upgradeTransport  http.RoundTripper
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 23 22:33:38 UTC 2023
    - 32.7K bytes
    - Viewed (0)
Back to top