Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MaxResponseHeaderBytes (0.3 sec)

  1. src/net/http/transport.go

    	// ignored.
    	GetProxyConnectHeader func(ctx context.Context, proxyURL *url.URL, target string) (Header, error)
    
    	// MaxResponseHeaderBytes specifies a limit on how many
    	// response bytes are allowed in the server's response
    	// header.
    	//
    	// Zero means to use a default limit.
    	MaxResponseHeaderBytes int64
    
    	// WriteBufferSize specifies the size of the write buffer used
    	// when writing to the transport.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
Back to top