kubernetes/staging/src/k8s.io/apimachinery/pkg/util/net/http_test.go

func TestGetClientIP(t *testing.T) {}

func TestAppendForwardedForHeader(t *testing.T) {}

func TestProxierWithNoProxyCIDR(t *testing.T) {}

type fakeTLSClientConfigHolder

func (f *fakeTLSClientConfigHolder) TLSClientConfig() *tls.Config {}

func (f *fakeTLSClientConfigHolder) RoundTrip(*http.Request) (*http.Response, error) {}

func TestTLSClientConfigHolder(t *testing.T) {}

func TestJoinPreservingTrailingSlash(t *testing.T) {}

func TestAllowsHTTP2(t *testing.T) {}

func TestSourceIPs(t *testing.T) {}

func TestParseWarningHeader(t *testing.T) {}

func TestNewWarningHeader(t *testing.T) {}

func TestParseWarningHeaders(t *testing.T) {}

func TestIsProbableEOF(t *testing.T) {}

func TestReadIdleTimeoutSeconds(t *testing.T) {}

func TestPingTimeoutSeconds(t *testing.T) {}

func Benchmark_ParseQuotedString(b *testing.B) {}