Optional
body?: anyRequest body data.
Optional
expectIf set to true
, the response body will not be interpreted as JSON and
instead passed as-is.
Optional
fetchAdditional options to pass to the fetch
function.
Optional
headers?: string[][] | Record<string, string | ReadonlyArray<string>> | HeadersHeaders object containing any additional headers to send with the request.
Note that the Authorization
header will be overridden if the auth
configuration option is set.
Optional
isIf set to true
, the request body will not be converted to JSON and
instead passed as-is.
Optional
method?: stringHTTP method to use in order to perform the request.
Default: "GET"
Optional
pathname?: stringURL path, relative to the server domain.
Optional
search?: URLSearchParams | Record<string, any>URL parameters to pass as part of the query string.
Options for performing a request with arangojs.