The URL of the HTTP request.
A unique identifier for the HTTP request.
The HTTP method of the request (e.g., GET, POST, PUT, DELETE).
The raw data payload for the HTTP request, represented as an ArrayBuffer.
The headers included in the HTTP request.
The Lens that initiated this request.
Represents context for an HTTP request made by a Lens.
This interface provides detailed information about the request, such as its identifier, method, data payload, headers, and associated Lens object.