Skip to content

HTTP Methods

Wed 05 Jun 2024  
🎉 Hi: ... 🎉
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.