Optional
body?: File | Blob | ArrayBuffer | FormData | ReadableStream<Uint8Array> | Record<string, any> | stringOptional
headers?: { Object representing the headers to send with the request.
Optional
method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE"The HTTP verb of the request
Optional
region?: FunctionRegionThe Region to invoke the function in.
Generated using TypeDoc
The body of the request.