MCPcopy Create free account
hub / github.com/UiPath/uipathcli / NewHttpClientSettings

Function NewHttpClientSettings

utils/network/http_client_settings.go:16–31  ·  view source on GitHub ↗
(
	debug bool,
	operationId string,
	header map[string]string,
	timeout time.Duration,
	maxAttempts int,
	insecure bool)

Source from the content-addressed store, hash-verified

14}
15
16func NewHttpClientSettings(
17 debug bool,
18 operationId string,
19 header map[string]string,
20 timeout time.Duration,
21 maxAttempts int,
22 insecure bool) *HttpClientSettings {
23 return &HttpClientSettings{
24 debug,
25 operationId,
26 header,
27 timeout,
28 maxAttempts,
29 insecure,
30 }
31}

Callers 9

downloadMethod · 0.92
httpClientSettingsMethod · 0.92
httpClientSettingsMethod · 0.92
httpClientSettingsMethod · 0.92
httpClientSettingsMethod · 0.92
networkSettingsMethod · 0.92
networkSettingsMethod · 0.92
httpClientSettingsMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected