HTTP Concepts

REST (Representational State Transfer)

An architectural style for designing networked applications. RESTful APIs use standard HTTP methods (GET, POST, PUT, DELETE) to perform CRUD operations on resources identified by URLs. REST principles include statelessness, uniform interface, client-server separation, and layered system architecture. REST relies heavily on HTTP status codes to communicate outcomes.

관련 프로토콜

관련 시나리오

정의 출처

의사결정 가이드

관련 항목