RequestCamelDict
Hierarchy
- RequestBaseCamelDict
- RequestCamelDict
Index
Properties
errorMessages
Error messages recorded from failed processing attempts.
handledAt
The timestamp when the request was marked as handled, if applicable.
headers
HTTP headers sent with the request.
id
A unique identifier assigned to the request.
loadedUrl
The final URL that was loaded, after redirects (if any).
method
noRetry
Indicates whether the request should not be retried if processing fails.
payload
The request payload, typically used with POST or PUT requests.
retryCount
The number of times this request has been retried.
uniqueKey
A unique key used for request de-duplication. Requests with the same unique key are considered identical.
url
The URL of the request.
A request stored in the request queue, including its metadata and processing state.