Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for DefaultMaxIdleConnsPerHost (0.54 sec)

  1. src/net/http/transport.go

    	MaxIdleConns:          100,
    	IdleConnTimeout:       90 * time.Second,
    	TLSHandshakeTimeout:   10 * time.Second,
    	ExpectContinueTimeout: 1 * time.Second,
    }
    
    // DefaultMaxIdleConnsPerHost is the default value of [Transport]'s
    // MaxIdleConnsPerHost.
    const DefaultMaxIdleConnsPerHost = 2
    
    // Transport is an implementation of [RoundTripper] that supports HTTP,
    // HTTPS, and HTTP proxies (for either HTTP or HTTPS with CONNECT).
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Cookie.Secure", Field, 0},
    		{"Cookie.Unparsed", Field, 0},
    		{"Cookie.Value", Field, 0},
    		{"CookieJar", Type, 0},
    		{"DefaultClient", Var, 0},
    		{"DefaultMaxHeaderBytes", Const, 0},
    		{"DefaultMaxIdleConnsPerHost", Const, 0},
    		{"DefaultServeMux", Var, 0},
    		{"DefaultTransport", Var, 0},
    		{"DetectContentType", Func, 0},
    		{"Dir", Type, 0},
    		{"ErrAbortHandler", Var, 8},
    		{"ErrBodyNotAllowed", Var, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg net, var IPv6linklocalallrouters IP
    pkg net, var IPv6loopback IP
    pkg net, var IPv6unspecified IP
    pkg net, var IPv6zero IP
    pkg net/http, const DefaultMaxHeaderBytes ideal-int
    pkg net/http, const DefaultMaxIdleConnsPerHost ideal-int
    pkg net/http, const StatusAccepted ideal-int
    pkg net/http, const StatusBadGateway ideal-int
    pkg net/http, const StatusBadRequest ideal-int
    pkg net/http, const StatusConflict ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg net, type NS struct, Host string
    pkg net, type TCPAddr struct, Zone string
    pkg net, type UDPAddr struct, Zone string
    pkg net/http, const DefaultMaxHeaderBytes = 1048576
    pkg net/http, const DefaultMaxIdleConnsPerHost = 2
    pkg net/http, const StatusAccepted = 202
    pkg net/http, const StatusBadGateway = 502
    pkg net/http, const StatusBadRequest = 400
    pkg net/http, const StatusConflict = 409
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top