Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
19
class
HttpFetchResult:
20
url: str
21
content: bytes
22
content_type: str | None
23
encoding: str | None
24
25
26
class
UnsafeUrlError(ValueError):
Callers
1
fetch_public_http_resource
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected