Type of the path parameters.
Type of the query parameters.
Type of the request body.
The headers to include in the request.
The HTTP method for the request.
Optional
pathThe path parameters for the request (optional).
Optional
queryThe query parameters for the request (optional).
Optional
requestThe request body for the request (optional).
The response type for the request.
The retry options for the request.
The multiplier to apply to the delay between subsequent retries. Must be between 1 and 2.
The initial delay before the first retry attempt in milliseconds. Must be between 100 and 5000 ms.
The number of retry attempts. Must be between 0 and 5.
The timeout for the request in milliseconds.
The full URL for the request.
Interface representing the refined properties for making an HTTP request.