REST

ReprEsentational State Transfer architectural style for distributed hypermedia systems.
Defined in Chapter 5 of Roy Fieldings Doctoral Thesis. For a detailed understanding, and its original derivation, read that chapter. Its well written. what follows here are my notes on it.
Rest is a set of constraints, or a system designed with respect to that set. The constraints are 5 fold.
    Client Server
    Stateless
    Cache
    Uniform Interface
    Layered System
    Code-On-Demand
Containing:
First Version
Open in Mintter app