Options for AbstractService.request. Deliberately narrower than RequestInit: only a string body, headers and signal are honoured (for these legacy endpoints a body must never be percent-encoded), plus the raw params query-string shortcut.
RequestInit
body
headers
signal
params
Optional
Options for AbstractService.request. Deliberately narrower than
RequestInit: only a stringbody,headersandsignalare honoured (for these legacy endpoints a body must never be percent-encoded), plus the rawparamsquery-string shortcut.