Roy Fielding helped write the first web server.
Because most of the techniques used by developers later didnt have the same requirements that Fielding and his coleagues initally intended.
A protocal that applied verb to knows to to send a request to a server and get back a web page.
GET
gets back all the assets from a site
POST
adds things from one system ot another.
PUT
Replaces something in another system
PATCH
Does a partial update on something in another server.
Yes
Yes
Yes
Yes