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

Method transport_name

app/clients/fingerprint_http.py:32–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 def request_json(
31 self,
32 method: str,
33 url: str,
34 *,
35 headers: dict[str, str] | None = None,
36 cookies: dict[str, str] | None = None,
37 json_body: Any | None = None,
38 form_body: dict[str, Any] | None = None,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected