Base url of the request.
Optional
body?: BodyInit | null
Body of the request. (If needed.)
Optional
params?: URLSearchParams
URL parameters. (If needed.)
Request path to append to the base url. Do not include the first slash.
Array of error status codes.
Optional
subdomain?: string
The subdomain to make the request too. (If applicable.) This option will override
baseUrl. Example; example.shx.gg
Type of request.
Request options.