top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What methods $http service support?

0 votes
198 views
What methods $http service support?
posted Nov 11, 2017 by Latha

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

The $http service supports the following methods:
1. $http.get()
2. $http.head()
3. $http.post()
4. $http.put()
5. $http.delete()
6. $http.jsonp()
7. $http.patch()

answer Nov 11, 2017 by Shivaranjini
...