REST
acronymweb devprogramming
Stands for: Representational State Transfer
An architectural style for web APIs built on HTTP methods and resources.
Representational State Transfer (Fielding, 2000) models an API as resources addressed by URLs and manipulated with HTTP methods. It is the dominant style for web APIs, contrasted with the older, envelope-based SOAP.
Also known as: rest, RESTful