The IXHROverride interface overrides the way HTTP requests are sent.

interface IXHROverride {
    sendPOST: SendPOSTFunction;
}

Properties

Properties