Interface
RequestOptions
Properties
auth
?: booleanInclude the configured token. Defaults to false for cross-origin absolute URLs.
body
?: unknown | FormDatafiles
?: AttachmentPayload[]headers
?: Record<string, string>signal
?: AbortSignalAborts the request when triggered (e.g. shutdown). Combined with the client timeout.