Skip to main content
Version: Next

RequestDraftDict

A request that failed to be processed during a request queue operation and can be retried.

Index

Properties

id

id: NotRequired[str]

A unique identifier assigned to the request.

method

method: NotRequired[Literal[GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH]]

unique_key

unique_key: str

A unique key used for request de-duplication. Requests with the same unique key are considered identical.

url

url: str

The URL of the request.

Page Options