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

Struct HTTPToolConfig

pkg/tools/http.go:169–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169type HTTPToolConfig struct {
170 Method string
171 URL string
172 Headers map[string]string
173 Body string
174 RawBody []byte
175 Timeout time.Duration
176}
177
178func NewHTTPExecutor(allowedDomains []string) *HTTPExecutor {
179 if allowedDomains == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected