UNPKG

x-http-client

Version:

An http client to make it easier to send requests (including JSONP requests) to the server.

8 lines (7 loc) 271 B
exports.ERR_ABORTED = 'ERR_ABORTED'; exports.ERR_RESPONSE = 'ERR_RESPONSE'; exports.ERR_CANCELLED = 'ERR_CANCELLED'; exports.ERR_NETWORK = 'ERR_NETWORK'; exports.ERR_TIMEOUT = 'ERR_TIMEOUT'; exports.HTTP_REQUEST = 'HTTP_REQUEST'; exports.JSONP_REQUEST = 'JSONP_REQUEST';