HTTP Methods

Edit this Page

There are four main "verbs" used in web services:

  • GET - Retrieves data from the service
  • POST - Adds data to the service
  • PUT - Replaces data in the service
  • DELETE - Removes data from the service

Every HTTP Request uses one of these verbs in conjunction with a URL to change data in the web service.