REST API Request Methods
The common HTTP/1.1 methods are listed below
GET
A REST API client uses the GET method in a request message to retrieve the state of a resource, in some representational form.
A client’s GET request message may contain headers but no body
The archi...
ashoksubbiah.in3 min read