Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Aladdin (0.16 sec)

  1. src/net/http/transport_test.go

    	defer proxy.Close()
    	c := proxy.Client()
    
    	tr := c.Transport.(*Transport)
    	tr.Proxy = func(*Request) (*url.URL, error) {
    		u, _ := url.Parse(proxy.URL)
    		u.User = url.UserPassword("aladdin", "opensesame")
    		return u, nil
    	}
    	h := tr.ProxyConnectHeader
    	if h == nil {
    		h = make(Header)
    	}
    	tr.ProxyConnectHeader = h.Clone()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    cloudns.biz
    cloudns.club
    cloudns.cc
    cloudns.eu
    cloudns.in
    cloudns.info
    cloudns.org
    cloudns.pro
    cloudns.pw
    cloudns.us
    
    // CNPY : https://cnpy.gdn
    // Submitted by Angelo Gladding <******@****.***>
    cnpy.gdn
    
    // Codeberg e. V. : https://codeberg.org
    // Submitted by Moritz Marquardt <******@****.***>
    codeberg.page
    
    // CoDNS B.V.
    co.nl
    co.no
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top