OptionalheadersAdditional HTTP headers to include in the request
OptionalparamsQuery parameters to append to the URL
Parameters will be URL-encoded and appended to the request URL.
OptionalresponseExpected response data type. Defaults to 'json'
json: Parse response as JSON (default)text: Get response as plain text stringblob: Get response as binary Blob (for file downloads)arraybuffer: Get response as ArrayBuffer (for binary data processing)
Configuration options for HTTP requests
Example