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

Method httpClientSettings

executor/http_executor.go:274–282  ·  view source on GitHub ↗
(ctx ExecutionContext)

Source from the content-addressed store, hash-verified

272}
273
274func (e HttpExecutor) httpClientSettings(ctx ExecutionContext) network.HttpClientSettings {
275 return *network.NewHttpClientSettings(
276 ctx.Debug,
277 ctx.Settings.OperationId,
278 ctx.Settings.Header,
279 ctx.Settings.Timeout,
280 ctx.Settings.MaxAttempts,
281 ctx.Settings.Insecure)
282}
283
284func (e HttpExecutor) toAuthorization(token *auth.AuthToken) *network.Authorization {
285 if token == nil {

Callers 1

CallMethod · 0.95

Calls 1

NewHttpClientSettingsFunction · 0.92

Tested by

no test coverage detected