You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
HTTP 메서드
HTTP API를 만들어보자
요구사항
API URI 설계
API URI 고민
리소스 식별, URI 계층 구조 활용
리소스와 행위을 분리
HTTP 메서드 종류
주요 메서드
기타 메서드
GET
POST
POST 요청 데이터를 어떻게 처리
PUT
PATCH
DELETE
HTTP 메서드의 속성
안전
멱등(Idempotent)
캐시가능(Cacheable)
All reactions