Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CancelRequest (0.13 sec)

  1. src/net/http/client.go

    	// as if the Request's Context ended.
    	//
    	// For compatibility, the Client will also use the deprecated
    	// CancelRequest method on Transport if found. New
    	// RoundTripper implementations should use the Request's Context
    	// for cancellation instead of implementing CancelRequest.
    	Timeout time.Duration
    }
    
    // DefaultClient is the default [Client] and is used by [Get], [Head], and [Post].
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 06:06:11 UTC 2024
    - 33.7K bytes
    - Viewed (0)
Back to top