Optional
headersOptional
idempotencyKey to use for idempotency key.
See https://docs.restate.dev/operate/invocation#invoke-a-handler-idempotently for more details.
Optional
inputOptional
outputOptional
signalSignal to abort the underlying fetch
operation. See https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal.
This field is exclusive with timeout
, and using both of them will result in a runtime failure.
Optional
timeoutTimeout to be used when executing the request. In milliseconds.
Same as AbortSignal.timeout().
This field is exclusive with signal
, and using both of them will result in a runtime failure.
Headers to attach to the request.