Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for fakeurl (0.24 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    		// {"/withoptions?labelSelector=<invalid>", http.MethodGet}, TODO: SimpleGetOptions is always valid. Add more validation that can fail.
    	} {
    		baseURL := server.URL + "/" + grouplessPrefix + "/" + grouplessGroupVersion.Version + "/namespaces/default"
    		url := baseURL + test.postfix
    		r, err := http.NewRequest(test.method, url, nil)
    		if err != nil {
    			t.Errorf("%d: unexpected error: %v", i, err)
    			continue
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  2. src/net/http/transport_test.go

    		_, err := io.ReadAll(r.Body)
    		readBody <- err
    	})).ts
    	c := ts.Client()
    	fakeErr := errors.New("fake error")
    	didClose := make(chan bool, 1)
    	req, _ := NewRequest("POST", ts.URL, struct {
    		io.Reader
    		io.Closer
    	}{
    		io.MultiReader(io.LimitReader(neverEnding('x'), 1<<20), iotest.ErrReader(fakeErr)),
    		closerFunc(func() error {
    			select {
    			case didClose <- true:
    			default:
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    chicappa.jp
    chillout.jp
    chips.jp
    chowder.jp
    chu.jp
    ciao.jp
    cocotte.jp
    coolblog.jp
    cranky.jp
    cutegirl.jp
    daa.jp
    deca.jp
    deci.jp
    digick.jp
    egoism.jp
    fakefur.jp
    fem.jp
    flier.jp
    floppy.jp
    fool.jp
    frenchkiss.jp
    girlfriend.jp
    girly.jp
    gloomy.jp
    gonna.jp
    greater.jp
    hacca.jp
    heavy.jp
    her.jp
    hiho.jp
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  4. src/encoding/json/testdata/code.json.gz

    ":2,"min_t":1228525763,"max_t":1236205616,"mean_t":1232365689},{"name":"text-security-expected.png","kids":[],"cl_weight":0.0006270059426999707,"touches":2,"min_t":1228525763,"max_t":1236205616,"mean_t":1232365689},{"name":"background-image-with-baseurl-expected.checksum","kids":[],"cl_weight":0.0006270059426999707,"touches":2,"min_t":1228525763,"max_t":1236205616,"mean_t":1232365689},{"name":"position-negative-top-margin-expected.png","kids":[],"cl_weight":0.0006270059426999707,"touches":2,"min...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top