verbs in web api
It bolsters traditionally based CRUD actions since it works with HTTP verbs GET, POST, PUT and DELETE. Reactions have an Accept header and HTTP status code. Reactions are organized by Web API's MediaTypeFormatter into JSON, XML or whatever organization you need to include as a MediaTypeFormatter.
What is a verb in Web API?
HTTP verbs are a set of standardized HTTP methods used to specify the desired action to be performed on a resource. In REST API, these verbs are the means by which clients communicate their intentions to the server.
Verbs In Web Api :
HTTP GET, POST, PUT, DELETE in WebAPI.
No comments:
Post a Comment