A function or method that makes requests to the backend server. If the
includeResponse option is true resolves with CombinedFetchResult
where the response property is the Response object and the body
property is the result of type R (if any). Otherwise resolves with the
result as R.
May contain the includeResponse flag to signal that we also
want to receive the raw response object. Any other option will be passed
to the underlying fetch call.
A function or method that makes requests to the backend server. If the
includeResponseoption istrueresolves withCombinedFetchResultwhere theresponseproperty is theResponseobject and thebodyproperty is the result of typeR(if any). Otherwise resolves with the result asR.