MCPcopy Create free account
hub / github.com/atripati/ark / HTTPExecutor

Struct HTTPExecutor

pkg/tools/http.go:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161)
162
163type HTTPExecutor struct {
164 Client *http.Client
165 AllowedDomains []string
166 Debug bool
167}
168
169type HTTPToolConfig struct {
170 Method string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected