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

14 lines
250 B
Markdown
Raw Permalink Normal View History

2015-10-12 14:36:14 -04:00
## 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.