Difference between revisions of "AngularJS HTTP module"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "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 modul...")
(No difference)

Revision as of 11:56, 2 January 2017

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.

See also

External links