MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / __init__

Method __init__

app/clients/fingerprint_http.py:28–29  ·  view source on GitHub ↗
(self, settings: Settings | None = None)

Source from the content-addressed store, hash-verified

26 if curl_requests is not None:
27 return f"curl-cffi:{self.settings.browser_impersonate}"
28 return "httpx"
29
30 def request_json(
31 self,
32 method: str,

Callers

nothing calls this directly

Calls 1

get_settingsFunction · 0.90

Tested by

no test coverage detected