OptionalheadersThe 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.
OptionalqueryThe query parameters of the request, represented as key-value pairs.
OptionalrawThe body of the request, if applicable.
Represents a raw HTTP request, including method, path, query parameters, body, and headers.