Optional
body?: string | FormDataBody of the request of type given in the "Content-Type" header.
Optional
headers?: Record<string, string> | HeadersHeaders that should be appended to the request.
Optional
redirect?: "follow" | "manual"Whether we should automatically handle the redirections or do it by hand.
Simple and default fetcher using
fetch
if none was given in the authentication function.