2020.6.18. restful api

그린그레이프·2020년 6월 18일
0

REST

what?

  • constraints on server

why?

  • anyone can understand what server does

REST constraints

1. server - client model

  • req, res

2. stateless server

  • 서버는 클라이언트의 정보를 저장하지 않는다.

3. cache

  • 활용빈도가 높은 정보의 경우, 캐시이용

uniform interface

uniform

  • whatever the service

noun

  • resource name

verb

  • http method
  • actions which can be applied to the resource
profile
제대로 걷는 한걸음이 곧 백걸음이다

0개의 댓글