HttpService see http://docs.angularjs.org/api/ng/service/$http
Object describing the request to be made and how it should be processed.
Runtime equivalent of the $httpProvider.defaults property. Allows configuration of default headers, withCredentials as well as request and response transformations.
Array of config objects for currently pending requests. This is primarily meant to be used for debugging purposes.
Shortcut method to perform DELETE request.
Relative or absolute URL specifying the destination of the request
Optional configuration object
Shortcut method to perform GET request.
Relative or absolute URL specifying the destination of the request
Optional configuration object
Shortcut method to perform HEAD request.
Relative or absolute URL specifying the destination of the request
Optional configuration object
Shortcut method to perform JSONP request.
Relative or absolute URL specifying the destination of the request
Optional configuration object
Shortcut method to perform POST request.
Relative or absolute URL specifying the destination of the request
Request content
Optional configuration object
Shortcut method to perform PUT request.
Relative or absolute URL specifying the destination of the request
Request content
Optional configuration object