TylerRosen
5/22/2017 - 6:30 PM

https://stackoverflow.com/questions/671118/what-exactly-is-restful-programming

REST stands for Representational State Transfer. (It is sometimes spelled "ReST".) It relies on a stateless, client-server, cacheable communications protocol -- and in virtually all cases, the HTTP protocol is used. REST is an architecture style for designing networked applications.