5 results
tagged
rest
The Principles of REST – Bivás Biswas – Medium
The 5 principles of REST
Contract first approach / Uniform Resource identifiers
Statelessness
Client-Server model
Caching
Layered architecture
April 14, 2019 at 10:12:25 AM EDT
*
FILLER
Architectural Styles and the Design of Network-based Software Architectures
Original dissertation
August 1, 2017 at 3:17:42 PM EDT
*
FILLER
Understanding RPC Vs REST For HTTP APIs
For the last few years, whenever somebody wants to start building an HTTP API, they pretty much exclusively use REST as the go-to architectural style, over alternative approaches such as XML-RPC, SOAP and JSON-RPC. REST is made out by many to be ultimately superior to the other “RPC-based” approaches, which is a bit misleading because they are just different.
August 1, 2017 at 3:17:02 PM EDT
*
FILLER
What's the difference between a POST and a PUT HTTP REQUEST? - Stack Overflow
http://stackoverflow.com/questions/107390/whats-the-difference-between-a-post-and-a-put-http-request
December 1, 2010 at 2:39:46 PM EST
*
FILLER