Python:REST

From wiki
Revision as of 11:21, 4 May 2018 by Hdridder (talk | contribs)
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.