REST

From Wiki RB4
Revision as of 15:18, 18 April 2014 by 127.0.0.1 (talk) (Created page with "==Concept== REST provides guidance on how to implement web application interfaces to the web. Typically, one says a web application is constructed in a REST-like way or not. REST...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Concept

REST provides guidance on how to implement web application interfaces to the web. Typically, one says a web application is constructed in a REST-like way or not. REST is often associated (or implemented) with HTTP, but it could be implemented with other technologies too. REST is platform and language independent.