Skip to content

REST #
Find similar titles

x

Redirected from RESTful

In computing, representational state transfer (REST, RESTful) is an architectural style consisting of a coordinated set of components, connectors, and data elements within a distributed hypermedia system, where the focus is on component roles and a specific set of interactions between data elements rather than implementation details. (Representational state transfer)

HTTP로 리소스를 관리하기 위한 한 형식.

관련 링크

7가지 표준 REST 액션들 (예, 블로그 포스트)

URI 대응액션 의미
GET /posts index 포스트목록
GET /posts/1 show 특정 포스트
GET /posts/1/new new 포스트 생성
GET /posts/1/edit edit 포스트 수정
POST /posts create 새포스트 생성
PUT /posts/1 update 포스트 갱신
DELETE /posts/1 destroy 포스트 삭제

Incoming Links #

Related Datasets #

Related Articles #

Related Codes #

Suggested Pages #

web biohackers.net
0.0.1_20140628_0