Skip to main content

HeadRequest

A request from the request queue head without lock information.

Index

Properties

id

id: str

A unique identifier assigned to the request.

method

method: str | None

The HTTP method of the request.

model_config

model_config: Undefined

retry_count

retry_count: int | None

The number of times this request has been retried.

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.