MCPcopy Create free account
hub / github.com/apify/crawlee-python / _ClientCacheEntry

Class _ClientCacheEntry

src/crawlee/http_clients/_impit.py:34–38  ·  view source on GitHub ↗

Type definition for client cache entries.

Source from the content-addressed store, hash-verified

32
33
34class _ClientCacheEntry(TypedDict):
35 """Type definition for client cache entries."""
36
37 client: AsyncClient
38 cookie_jar: CookieJar | None
39
40
41class _ImpitResponse:

Callers 1

_get_clientMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected