reading-notes

Code Fellows courses Notes

This project is maintained by QamarAlkhatib

REST

What Google Learned From Its Quest to Build the Perfect Team 201 link page.


How I explained REST to my brother

  1. Who is Roy Fielding?

helped write the first web servers, that sent documents across the internet and then he did a ton of research explaining why the web works the way it does. His name is on the specification for the protocol that is used to get pages from servers to your browser.

  1. 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?
  1. What is the HTTP protocol that Fielding and his friends created?
  1. What does a GET do?

retrieve data or information from HTTP GET method.

  1. What does a POST do?
  1. What does PUT do?
  1. What does PATCH do?