interface IHandler

external
interface IHandler

readonlyexternal
id : string

The unique id of the handler

readonlyexternal
inactive : boolean

If the bucket is currently inactive (no pending requests)

external
queueRequest(
routeId: RouteData
url: string
options: RequestInit
requestData: HandlerRequestData
) : Promise<ResponseLike>

Queues a request to be sent