REST

From Wiki RB4
Revision as of 15:19, 18 April 2014 by 127.0.0.1 (talk) (→‎Concept)

Concept

REST was invented by Roy Fielding. 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.