Actions

Representational State Transfer (REST)

Revision as of 22:12, 15 November 2021 by User (talk | contribs) (Created page with "'''REST''', or '''REpresentational State Transfer''', is an architectural style for providing standards between computer systems on the ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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