applications use HTTP requests to post data (create and/or update), read data (e.g., make queries), and
delete data. Thus, REST uses HTTP for all four CRUD (Create/Read/Update/Delete) operations. Supported HTTP
methods are: GET, POST, PUT, and DELETE. The following table summarizes the actions taken on an SHP
defined resource for the possible set of received HTTP methods.