개발

[HTTP] method

팥빙구 2015. 1. 8. 11:09


The Four Verbs

The number of HTTP methods you'll use is quite small—there are just four HTTP "verbs" you'll need to know! They are:

  • GET: retrieves information from the specified source.
  • POST: sends new information to the specified source.
  • PUT: updates existing information of the specified source.
  • DELETE: removes existing information from the specified source.