HTTP Verbs
These are the most commonly used HTTP verbs and their correspondence to CRUD operations.
- POST: create
- GET: read
- PUT: full update
- DELETE: delete
- PATCH: partial update
Previous post: Using websites with the lock symbol
Next post: Getting started with dotfiles