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

Method SendWithContext

utils/network/http_client.go:34–36  ·  view source on GitHub ↗
(request *HttpRequest, ctx context.Context)

Source from the content-addressed store, hash-verified

32}
33
34func (c HttpClient) SendWithContext(request *HttpRequest, ctx context.Context) (*HttpResponse, error) {
35 return c.sendWithRetries(request, ctx)
36}
37
38func (c HttpClient) sendWithRetries(request *HttpRequest, ctx context.Context) (*HttpResponse, error) {
39 request.Header.Set("User-Agent", UserAgent)

Callers 4

uploadMethod · 0.95
StartDigitizationMethod · 0.95
UploadMethod · 0.95
CallMethod · 0.95

Calls 1

sendWithRetriesMethod · 0.95

Tested by

no test coverage detected