AngularJS HTTP module

From Wiki @ Karl Jones dot com
Revision as of 15:47, 2 January 2017 by Karl Jones (Talk | contribs) (Undo revision 19989 by Karl Jones (talk))

Jump to: navigation, search

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