Cancels a request in the queue.
The ID of the function web endpoint.
Options to configure how the request is run and how updates are received.
A promise that resolves once the request is cancelled.
Retrieves the result of a specific request from the queue.
The ID of the function web endpoint.
Options to configure how the request is run.
A promise that resolves to the result of the request.
Retrieves the status of a specific request in the queue.
The ID of the function web endpoint.
Options to configure how the request is run.
A promise that resolves to the status of the request.
Subscribes to updates for a specific request in the queue using HTTP streaming events.
The ID of the function web endpoint.
Options to configure how the request is run and how updates are received.
The streaming object that can be used to listen for updates.
Submits a request to the queue.
A promise that resolves to the result of enqueuing the request.
Subscribes to updates for a specific request in the queue using polling or streaming.
See options.mode
for more details.
The ID of the function web endpoint.
Options to configure how the request is run and how updates are received.
A promise that resolves to the final status of the request.
Represents a request queue with methods for submitting requests, checking their status, retrieving results, and subscribing to updates.