Skip to main content

RequestDraft

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

Index

Properties

id

id: str | None

A unique identifier assigned to the request.

method

method: str

The HTTP method of the request.

model_config

model_config: Undefined

unique_key

unique_key: str

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

url

url: AnyUrl

The URL of the request.

Page Options