Class: ProxyTransport

Transport~ProxyTransport

(protected) new ProxyTransport(proxyUrl)

Class for HTTP request transport using AJAX proxy service
Parameters:
Name Type Description
proxyUrl String AJAX Proxy server URL
Source:

Extends

Methods

httpRequest(params, callbackopt) → {Promise.<Object>}

Make HTTP request via AJAX proxy
Parameters:
Name Type Attributes Description
params Object HTTP request
callback Callback.<Object> <optional>
Calback Function
Overrides:
Source:
Returns:
Type
Promise.<Object>