REST

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

flashcard set

Earn XP

Description and Tags

Learn about REST!!!!!!!!! GAH

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

REST

representational state transfer

2
New cards

how does rest work 1

resources are represented as documents encapsulating a fragment of system state

3
New cards

how does rest work 2

pass a resource to a service, receive it back changed, with extra data, or some other resource

4
New cards

how does rest work 3

services not dealing with requests are “at rest” and not causing load

5
New cards

REST principle 1

client server - single interface between clients and servers

6
New cards

REST principle 2

stateless - no client context on server, robust to network failures

7
New cards

REST principle 3

cacheable - reuse responses and data where possible

8
New cards

REST principle 4

layered - pass documents through to other services

9
New cards

REST principle 5

uniform - use the same protocols everywhere especially for resource naming

10
New cards

REST principle 6

code on demand - servers send code to clients to extend their functionality

11
New cards

how are documents identified

by url, which can contain browsable multimedia and abstract data

12
New cards

rest summary

document-centric, structured data