interface InternalRequest extends RequestData
Internal request options
optionalexternalboolean appendToFormData? :
Whether to append JSON data to form data instead of payload_json
when sending files
Inherited from: RequestData
Alternate authorization data to use for this request only, or false
to disable the Authorization header
Inherited from: RequestData
The body to send to this request. If providing as BodyInit, set passThroughBody: true
Inherited from: RequestData
Files to be attached to this request
Inherited from: RequestData
externalRouteLike fullRoute :
Additional headers to add to this request
Inherited from: RequestData
externalRequestMethod method :
optionalexternalboolean passThroughBody? :
Whether to pass-through the body property directly to fetch()
. This only applies when files is NOT present
Inherited from: RequestData
optionalexternalURLSearchParams query? :
Query string parameters to append to the called endpoint
Inherited from: RequestData
Reason to show in the audit logs
Inherited from: RequestData
optionalexternalAbortSignal | undefined signal? :
The signal to abort the queue entry or the REST call, where applicable
Inherited from: RequestData
optionalexternalboolean = true versioned? :
If this request should be versioned
Inherited from: RequestData