reading-notes
My reading notes
Project maintained by brandomoki
Hosted on GitHub Pages — Theme by mattgraham
- Who is Roy Fielding?
- He helped write the first webservers
- 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
- What is the HTTP protocol that Fielding and his friends created?
- It applies verbs to nouns
- What does a GET do?
- Get fetches thhe data you request (url)
- What does a POST do?
- What does PUT do?
- What does PATCH do?