Actions

Difference between revisions of "Representational State Transfer (REST)"

(Created page with "'''REST''', or '''REpresentational State Transfer''', is an architectural style for providing standards between computer systems on the ...")
(No difference)

Revision as of 22:12, 15 November 2021

REST, or REpresentational State Transfer, is an architectural style for providing standards between computer systems on the web, making it easier for systems to communicate with each other. REST-compliant systems, often called RESTful systems, are characterized by how they are stateless and separate the concerns of client and server.[1]

  1. Definition - What Does Representational State Transfer (REST) Mean? Code Academy