AngularJS HTTP module
From Wiki @ Karl Jones dot com
In AngularJS, the HTTP Module provides features for communicating with servers via HTTP.
Description
It simplifies usage of the XHR and JSONP APIs.
The HTTP module API conveniently matches RESTful verbs.
It returns an observable object.
Observables
See AngularJS observable.
Headers
See AngularJS header.
See also
External links
- HTTP Client @ angular.io
- HTTP Tutorial @ angular.io