Optional
headersThe headers of the request, represented as key-value pairs.
The HTTP method of the request (e.g., GET, POST, PUT, DELETE).
The path of the request, excluding the domain and query parameters.
Optional
queryThe query parameters of the request, represented as key-value pairs.
Optional
rawThe body of the request, if applicable.
Represents a raw HTTP request, including method, path, query parameters, body, and headers.