reading-notes

Notes

Who is Roy Fielding?

he established HTTP and aided in establishing data transfers online

Why don’t the techniques that we use today work well when we need to be able to talk to all of the machines in the world?

the web was initally designed to speak to a few devices at once but provided the ability for devices to communicate to each other

What is the HTTP protocol that Fielding and his friends created?

they created a language machines could send actions to and from each other through

What does a GET do?

retrieves information from outside the machine

What does a POST do?

adds information to the machine

What does PUT do?

replaces information with another set of information

What does PATCH do?

updates the information

BACK TO HOME