Post
KO

RESTful api HTTP header method

Method ScopeSemanticsGETcollectionRetrieve all resources in a collectionGETresourceRetrieve a single resourceHEADcollectionRetrieve all resources in a collection (header only)HEADresourceRetrieve a single resource (header only)POSTcollectionCreate a new resource in a collectionPUTresourceUpdate a resourcePATCHresourceUpdate a resourceDELETEresourceDelete a resourceOPTIONSanyReturn available HTTP methods and other options

출처 : http://restful-api-design.readthedocs.org/en/latest/methods.html

This article is licensed under CC BY 4.0 by the author.