OptionalhostOptionalbodyOptionalparamsOptionalheadersOptionalrethrowWhen true, a non-abort fetch failure (e.g. an HttpError such as 429) is rethrown instead
of being swallowed and returned as undefined. Lets callers implement status-aware
retry/backoff. Defaults to false (the historical swallow-and-return-undefined behavior).
Represents the options for a request. This type is used to standardize the format of request options across different supplier implementations.