HTTP backend used by the ng.$http service that delegates to XMLHttpRequest object and deals with browser incompatibilities.

You should never need to use this service directly, instead use the higher-level abstractions: ng.$http $http.

Constructors

Properties

Constructors

Properties

$get: (string | (($browser: Browser) => ((method: any, url: any, post: any, callback: any, headers: any, timeout: any, withCredentials: any, responseType: any, eventHandlers: any, uploadEventHandlers: any) => void)))[]