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

Method httpClientSettings

utils/api/du_client.go:155–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153}
154
155func (c DuClient) httpClientSettings() network.HttpClientSettings {
156 return *network.NewHttpClientSettings(
157 c.debug,
158 c.settings.OperationId,
159 c.settings.Header,
160 c.settings.Timeout,
161 c.settings.MaxAttempts,
162 c.settings.Insecure)
163}
164
165func (c DuClient) newUriBuilder(path string) *converter.UriBuilder {
166 baseUri := c.baseUri

Callers 2

StartDigitizationMethod · 0.95
GetDigitizationResultMethod · 0.95

Calls 1

NewHttpClientSettingsFunction · 0.92

Tested by

no test coverage detected