MCPcopy Create free account
hub / github.com/TheSecuredAnalyst/security-suite / close

Method close

core/http_client.py:104–106  ·  view source on GitHub ↗

Close the HTTP client.

(self)

Source from the content-addressed store, hash-verified

102 await self.rate_limiter.acquire()
103 return await self._client.head(url, headers=headers)
104
105 async def close(self) -> None:
106 """Close the HTTP client."""
107 await self._client.aclose()
108
109 async def __aenter__(self) -> "HTTPClient":

Callers 2

__aexit__Method · 0.95
create_clientFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected