$http services and its methods

$http The $http service is a core Angular service that facilitates communication with the remote HTTP servers via the browser's XMLHttpRequest object or via JSONP.The AngularJS $http service makes a request to the server, and returns a response.