API Important Http Methods (GET, POST, PUT, PATCH, DELETE) || API testing || API with Postman

Опубликовано: 18 Ноябрь 2024
на канале: Software Testing By JP
318
11

API Important Http Methods (GET, POST, PUT, PATCH, DELETE) || API testing || API with Postman

GET: Ask for information from a website.
POST: Send information to a website. Useful for things like submitting a form.
PUT: Update or create something on a website.
DELETE: Remove something from a website.
PATCH: Make small changes to something on a website.