Skip to main content
Version: Next

BrowserInfoResponse

Index

Properties

body_length

body_length: int

Length of the request body in bytes.

client_ip

client_ip: str | None

IP address of the client.

country_code

country_code: str | None

Two-letter country code resolved from the client IP address.

headers

headers: dict[str, str | list[str]] | None

Request headers. Omitted when skipHeaders=true.

method

method: str

HTTP method of the request.

model_config

model_config: Undefined

raw_headers

raw_headers: list[str] | None

Raw request headers as a flat list of alternating name/value strings. Included only when rawHeaders=true.