Skip to main content
Version: Next

RequestInputDict

TypedDict counterpart of RequestInput for adding requests to a request queue.

Index

Properties

id

id: NotRequired[str | None]

A unique identifier assigned to the request.

method

method: NotRequired[str | None]

The HTTP method of the request. Defaults to GET on the API side if not provided.

unique_key

unique_key: str

A unique key used for request de-duplication.

url

url: str

The URL of the request.

Page Options