| Field | Type | Required | Description |
|---|---|---|---|
http_meta |
models.HTTPMetadata | ✔️ | N/A |
response_json |
Dict[str, Any] | ➖ | Ok |
response_binary |
Optional[httpx.Response] | ➖ | Ok |
response_pdf |
Optional[httpx.Response] | ➖ | Ok |
response_xml |
Optional[str] | ➖ | Ok |
response_csv |
Optional[str] | ➖ | Ok |
response_text |
Optional[str] | ➖ | Ok |
error_json |
Dict[str, Any] | ➖ | Proxy error |
error_xml |
Optional[str] | ➖ | Proxy error |
error_html |
Optional[str] | ➖ | Proxy error |
error_text |
Optional[str] | ➖ | Proxy error |
headers |
Dict[str, List[str]] | ✔️ | N/A |