WEB

    RestAPI

    1. HTTP에서의 Representation HTTP GET 메서드의 정의 The GET method requests transfer of a current selected representation for the target resource.target resource에 대한 현재의 선택된 representation 하나를 반환함. target resource : URI가 가리키는 리소스 = HTTP 요청의 대상(정적 리소스+동적 리소스) representation : 어떤 리소스의 특정 시점 상태(state)를 반영하고 있는 정보 구성 representation data representation metadata cf) 여기서의 상태(state) : 리소스의 상태를 뜻함. 애플리케이션의 상태가 아님..