Skip to content

HTTP Methods

Wednesday, 05 Jun 2024
       
MethodDescriptionExample
GETRetrieve resourceHTTP GET https://localhost/api/users
POSTCreate a new resourceHTTP POST https://localhost/api/users/myname
PUTUpdate an existing resourceHTTP PUT https://localhost/api/users/12345/newname
DELETEDelete the resourcesHTTP DELETE https://localhost/api/users/12345

Built with: VitePress.