What is the difference between HTTP and REST?
No, REST is the way HTTP should be used. Today we only use a tiny bit of the HTTP protocol’s methods – namely GET and POST. The REST way to do it is to use all of the protocol’s methods. For example, REST dictates the usage of DELETE to erase a document (be it a … Read more