Difference between revisions of "AngularJS HTTP module"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Undo revision 19989 by Karl Jones (talk)) |
Karl Jones (Talk | contribs) |
||
Line 8: | Line 8: | ||
It returns an observable object. | It returns an observable object. | ||
+ | |||
+ | == Observables == | ||
+ | |||
+ | See [[AngularJS observable]]. | ||
+ | |||
+ | == Headers == | ||
+ | |||
+ | See [[AngularJS header]]. | ||
== See also == | == See also == |
Revision as of 14:48, 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.
Observables
See AngularJS observable.
Headers
See AngularJS header.
See also
External links
- Structural Directives @ angular.io