interface IHandler

export interface IHandler

readonly
id : string

The unique id of the handler

readonly
inactive : boolean

If the bucket is currently inactive (no pending requests)

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

Queues a request to be sent