Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   HTTP Methods Explained (http://siteownersforums.com/showthread.php?t=983436)

sahithya 05-17-2023 01:53 AM

HTTP Methods Explained
 
GET: Retrieve data from a specified resource.

POST: Send data to a server to create or update a resource, such as submitting a form or uploading a file.

PUT: Update a resource on a server by replacing the existing resource with a new one provided in the request.

DELETE: Delete the specified resource.

PATCH: Apply a partial update to a resource.


All times are GMT -7. The time now is 10:42 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.