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

Method Send

utils/network/http_client.go:30–32  ·  view source on GitHub ↗
(request *HttpRequest)

Source from the content-addressed store, hash-verified

28var UserAgent = fmt.Sprintf("uipathcli/%s (%s; %s)", utils.Version, runtime.GOOS, runtime.GOARCH)
29
30func (c HttpClient) Send(request *HttpRequest) (*HttpResponse, error) {
31 return c.sendWithRetries(request, context.Background())
32}
33
34func (c HttpClient) SendWithContext(request *HttpRequest, ctx context.Context) (*HttpResponse, error) {
35 return c.sendWithRetries(request, ctx)

Callers 15

downloadMethod · 0.95
downloadMethod · 0.95
GetDigitizationResultMethod · 0.95
GetFolderIdMethod · 0.95
GetReleasesMethod · 0.95
CreateReleaseMethod · 0.95
UpdateReleaseMethod · 0.95
CreateTestSetMethod · 0.95
ExecuteTestSetMethod · 0.95
GetTestSetMethod · 0.95
GetTestExecutionMethod · 0.95
GetRobotLogsMethod · 0.95

Calls 1

sendWithRetriesMethod · 0.95

Tested by

no test coverage detected