ExecutionOptions contains execution options for a flux script.

interface ExecutionOptions {
    gzip?: boolean;
    headers?: { [key: string]: string };
}

Properties

Properties

gzip?: boolean

Requests gzip encoded response.

headers?: { [key: string]: string }

HTTP headers that will be sent with every query request.

MMNEPVFCICPMFPCPTTAAATR