• REST


 - 정의
  • 아키텍쳐 스타일의 제약조건을 모두 만족하는 시스템

• REST 아키텍쳐의 제약조건


 1. Client - Server
 2. Stateless
 3. Cache
 4. Uniform Interface
  • Identification of Resources
  • Manipulation of Resources through Representation
  • Self-Descriptive Messages
  • Hypermedia As The Engine Of Application State
 5. Layered System
 6. Code-On-Demand(Option)

• Richardson Maturity Model


 Level 0: The Swamp of POX
 Level 1: Resources
 Level 2: HTTP Verbs
 Level 3: Hypermedia Controls


출처 : 우아한Tech(10분 테코톡)

댓글남기기