1
0
Fork 0
lets-talk-apis/slides/rest-constraints.md

250 B

REST Constraints

  • Client-server
  • Stateless
  • Cacheable
  • Layered System
  • Code on demand
  • Uniform interface

note:

Code on demand: Servers can temporarily extend or customize the functionality of a client by the transfer of executable code.