func NewClient()

in client/internal/http/http.go [26:28]


func NewClient(logger *zap.Logger) *http.Client {
	return NewRetryableClient(logger).StandardClient()
}