net/http.Client.Timeout (field)

3 uses

	net/http (current package)
		client.go#L105: 	Timeout time.Duration
		client.go#L188: 	if c.Timeout > 0 {
		client.go#L189: 		return time.Now().Add(c.Timeout)