View Single Post
Old 05-17-2023, 01:53 AM   #1
sahithya
Registered User
 
Join Date: Feb 2013
Location: Bangalore
Posts: 1,231
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sahithya is offline   Reply With Quote