MCPcopy Create free account
hub / github.com/53AI/53AIHub / webFetchProxyEnabledForURL

Function webFetchProxyEnabledForURL

api/service/tools/web_fetch.go:247–249  ·  view source on GitHub ↗
(parsed *url.URL)

Source from the content-addressed store, hash-verified

245}
246
247func webFetchProxyEnabledForURL(parsed *url.URL) bool {
248 return webFetchProxyURLForRequest(parsed) != nil
249}
250
251func noProxyMatches(host string) bool {
252 raw := strings.TrimSpace(os.Getenv("NO_PROXY"))

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected