Custom fetch function or options object
Optionalinit: RequestInitOptionalinit: RequestInitSend a request via the native fetch() API.
Validates and sanitizes headers to prevent injection attacks. Handles accept-encoding stripping, body attachment with Node.js duplex workaround, and normalizes the response into a RawResponse.
Fully resolved request
Raw response from the server
Universal fetch-based transport. Suitable for all runtimes where
fetchis available.