API reference¶
- exception har2tree.Har2TreeError(message: str)¶
- class har2tree.HarTreeNode(capture_uuid: str)¶
- to_dict() MutableMapping[str, Any]¶
Make a dict that can then be dumped in json.
- to_json() str¶
Make d3js compatible json
- class har2tree.HostNode(capture_uuid: str)¶
-
- property mixed_content: bool¶
Is there http and https URL Nodes
- property request_cookie: int¶
Number of unique cookies sent in the requests of all the URL nodes
- property response_cookie: int¶
Number of unique cookies received in the responses of all the URL nodes
- property third_party_cookies_received: int¶
Number of unique 3rd party cookies received in the responses of all the URL nodes
- to_dict() MutableMapping[str, Any]¶
Make a dictionary that is json dumpable for d3js
- property urls_count: int¶
Number of URLs