reading-notes

My reading notes


Project maintained by brandomoki Hosted on GitHub Pages — Theme by mattgraham
  1. Who is Roy Fielding?
    • He helped write the first webservers
  2. 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?
    • Because machine werent designed that way and there is no universal language in place
  3. What is the HTTP protocol that Fielding and his friends created?
    • It applies verbs to nouns
  4. What does a GET do?
    • Get fetches thhe data you request (url)
  5. What does a POST do?
    • add to another
  6. What does PUT do?
    • Replaces
  7. What does PATCH do?
    • Partial update