MCPcopy
hub / github.com/langgenius/dify / patch

Method patch

api/core/helper/ssrf_proxy.py:320–321  ·  view source on GitHub ↗
(self, url: str, max_retries: int = SSRF_DEFAULT_MAX_RETRIES, **kwargs: Any)

Source from the content-addressed store, hash-verified

318 return _to_graphon_http_response(delete(url=url, max_retries=max_retries, **kwargs))
319
320 def patch(self, url: str, max_retries: int = SSRF_DEFAULT_MAX_RETRIES, **kwargs: Any) -> HttpResponse:
321 return _to_graphon_http_response(patch(url=url, max_retries=max_retries, **kwargs))
322
323
324ssrf_proxy = SSRFProxy()

Callers

nothing calls this directly

Calls 2

patchFunction · 0.70

Tested by

no test coverage detected