Optional
bodyThe body of the request.
This only really supports string for now (any other type gets stringified) but it could support more in the future. https://developer.mozilla.org/en-US/docs/Web/API/RequestInit#body
Optional
contentContent-Type passed to request Headers.
Optional
extraAn extra, more limited RequestInit, that may override some of the options.
Optional
methodThe REST method of the request.
Optional
paramsThe search parameters of the URL.
The path or subpath of the URL to make a request to.
Main options of a request.