Skip to main content
Thuta Learning
Tutorials
Learning Paths
Articles
Guides
Resources
Topics
Light
Dark
Search
မြန်မာ
English
Menu
Tutorials
/
API Tutorial
/
HTTP Methods (GET/POST/PUT/DELETE)
Intermediate
Web Development
intermediate
HTTP Methods (GET/POST/PUT/DELETE)
Relax. We'll talk through this in plain words — no textbook voice.
HTTP Methods
GET
– read
POST
– create
PUT/PATCH
– update
DELETE
– remove
Previous lesson
OAuth 2.0 in Brief
Next lesson
Request Examples (curl & JS)