Pergunta de entrevista da empresa Matrix IT

Name types of HTTP requests, what is the difference between them?

Resposta da entrevista

Sigiloso

11 de mar. de 2024

GET, POST, PUT, PATCH, DELETE. GET - Gets the website, headers only. POST - Add something new. PUT - Updates data, needs the whole object, PATCH - Add a new field to an object, can also be used to update, and does not require the whole object. DELETE - Deletes data.