Answers for "http rest api methods"

1

restfull api methods

REST API Methods
Method		=	Description
GET			=	Retrieve information about the REST API resource
POST		=	Create a REST API resource
PUT			=	Update a REST API resource
DELETE		=	Delete a REST API resource or related component
Posted by: Guest on September-30-2021

Browse Popular Code Answers by Language