Google News
logo
Rest API - Interview Questions
What is messaging in the context of REST?
In REST, messaging refers to the back-and-forth communication between the client and API. An interaction always starts with the client messaging the API with an HTTP request. The API processes this request, then sends back an HTTP response that gives the status of the request and any resources the client asked for.
Advertisement