net/http.Client.Timeout (field)

3 uses

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