Interface

RequestOptions

Properties

auth?: boolean
body?: unknown | FormData
headers?: Record<string, string>
signal?: AbortSignal

Aborts the request when triggered (e.g. shutdown). Combined with the client timeout.