Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DialTLS (0.06 sec)

  1. src/net/http/transport.go

    	// DialTLS specifies an optional dial function for creating
    	// TLS connections for non-proxied HTTPS requests.
    	//
    	// Deprecated: Use DialTLSContext instead, which allows the transport
    	// to cancel dials as soon as they are no longer needed.
    	// If both are set, DialTLSContext takes priority.
    	DialTLS func(network, addr string) (net.Conn, error)
    
    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