Hierarchy

  • HTTPSendCommandContent

Properties

headers?: {
    [k: string]: string;
}

Type declaration

  • [k: string]: string
params: {
    [k: string]: unknown;
}

Type declaration

  • [k: string]: unknown
queueId?: string

Commands in the same queue will be sent in order (will wait for the previous to finish before sending next

temporalPriority?: number
url: string

Generated using TypeDoc