RequestBase
Hierarchy
- RequestBase
Index
Properties
error_messages
handled_at
The timestamp when the request was marked as handled, if applicable.
headers
HTTP headers sent with the request.
loaded_url
The final URL that was loaded, after redirects (if any).
method
model_config
no_retry
Indicates whether the request should not be retried if processing fails.
payload
The request payload, typically used with POST or PUT requests.
retry_count
The number of times this request has been retried.
unique_key
A unique key used for request de-duplication. Requests with the same unique key are considered identical.
url
The URL of the request.
Error messages recorded from failed processing attempts.