API Keys
Questions related to google
- Who is Roy Fielding?
- Roy Thomas Fielding is an American computer scientist, one of the principal authors of the HTTP specification and the originator of the Representational State Transfer architectural style. He is an authority on computer network architecture and co-founded the Apache HTTP Server project.
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 of the ingines
3.What is the HTTP protocol that Fielding and his friends created?
- its a vast virtual world at the fingertips of computer users everywhere. The familiar HTTP acronym at the start of Web addresses is the standard — or protocol — for transferring documents.
4.What does a GET do?
- Before HTTP, or Hypertext Transfer Protocol, computer users would type the word “get” and a Web address when they wanted information
5.What does a POST do?
- OST is a request method supported by HTTP used by the World Wide Web. By design, the POST request method requests that a web server accepts the data enclosed in the body of the request message, most likely for storing it. It is often used when uploading a file or when submitting a completed web form.
6.What does PUT do?
- In general the HTTP PUT method replaces the resource at the current URL with the resource contained within the request. PUT is used to both create and update the state of a resource on the server.
7.What does PATCH do?
- the PATCH method is a request method supported by the Hypertext Transfer Protocol (HTTP) protocol for making partial changes to an existing resource. The PATCH method provides an entity containing a list of changes to be applied to the resource requested using the HTTP Uniform Resource Identifier (URI).
