MCPcopy Create free account
hub / github.com/agent0ai/agent-zero / HttpFetchResult

Class HttpFetchResult

helpers/network.py:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18@dataclass(frozen=True)
19class HttpFetchResult:
20 url: str
21 content: bytes
22 content_type: str | None
23 encoding: str | None
24
25
26class UnsafeUrlError(ValueError):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected