Shyam-technicise / web-development-description

Web development description doc
0 stars 0 forks source link

web_development learning #1

Open Shyam-technicise opened 7 years ago

Shyam-technicise commented 7 years ago

Related link :
https://code.tutsplus.com/tutorials/http-the-protocol-every-web-developer-must-know-part-1--net-31177

Shyam-technicise commented 7 years ago

http1-url-structure

Shyam-technicise commented 7 years ago

GET: fetch an existing resource. The URL contains all the necessary information the server needs to locate and return the resource. POST: create a new resource. POST requests usually carry a payload that specifies the data for the new resource. PUT: update an existing resource. The payload may contain the updated data for the resource. DELETE: delete an existing resource.