Python:REST

From wiki
Revision as of 16:17, 20 March 2018 by Hdridder (talk | contribs) (Created page with "REST, REpresentational State Transfer * Transports JSON-formatted data over HTTP * Stateless as the server does not hold client context (history). Pre: simple, Con: sometimes...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

REST, REpresentational State Transfer

  • Transports JSON-formatted data over HTTP
  • Stateless as the server does not hold client context (history). Pre: simple, Con: sometimes more requests needed.