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

Struct HttpExecutor

executor/http_executor.go:35–37  ·  view source on GitHub ↗

The HttpExecutor implements the Executor interface and constructs HTTP request from the given command line parameters and configurations.

Source from the content-addressed store, hash-verified

33// The HttpExecutor implements the Executor interface and constructs HTTP request
34// from the given command line parameters and configurations.
35type HttpExecutor struct {
36 authenticators []auth.Authenticator
37}
38
39func (e HttpExecutor) addHeaders(header http.Header, headerParameters []ExecutionParameter) {
40 converter := converter.NewStringConverter()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected