Optional
Readonly
abortThe abort signal to cancel the request.
Optional
Readonly
input?: InputThe function input. It will be submitted either as query params
or the body payload, depending on the method
.
Optional
Readonly
method?: The HTTP method, defaults to post
;
The function input and other configuration when running the function, such as the HTTP method to use.