Spring

회원 탈퇴 시 HTTP status code

NCOOKIE_ 2023. 5. 19. 00:30

https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/DELETE

 

DELETE - HTTP | MDN

The HTTP DELETE request method deletes the specified resource.

developer.mozilla.org

 

202 - 작업이 성공할 가능성이 높지만 아직 처리되지는 않았음

 

204 - 작업이 처리되었고 추가 정보는 제공되지 않음

 

200 - 작업이 처리되었고 응답 메세지에 상태를 설명하는 표현이 포함되어 있음

 

'Spring' 카테고리의 다른 글

스프링 + JWT 비밀번호 변경 기능 구현  (0) 2023.05.19
[Spring JPA] JPQL like 사용법  (0) 2022.10.18
[Spring] @RequestParam Annotation  (0) 2022.10.18