We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
화요일 발표 주제에 대한 질문을 댓글로 남겨주세요 :)
발표자
질문자
The text was updated successfully, but these errors were encountered:
공병규 - 주로 웹 환경에서 쓰이는 http 메소드는 GET,POST,PUT,DELETE,PATCH인 것 같은데, 그 외의 OPTIONS 메소드는 언제 쓰일까요?
Sorry, something went wrong.
정시우 - HEAD 메소드를 사용해도 "적절한 헤더"를 만들어야 하기 때문에 시간이 줄지 않는다는 표현이 있는데, 정확히 어떤 의미이고 이유는 무엇일까요?
DELETE 의 성공 응답 코드 예시로 202가 있던데, 해당 코드는 나중에 삭제 하겠음을 의미한다고 합니다. 그럼 클라이언트 입장에서 성공 응답 코드를 받았지만 서버에서 요청을 처리하는 과정에서 오류가 생겨 202 코드를 반환 후 실패하는 상황이 생길 수도 있나요?
정예찬 - 자신만의 새로운 메서드를 정의하는 것이 좋을까요? 만약 복잡한 비즈니스 로직을 처리하기 위해 커스텀 메서드를 정의해야 한다면, 어떤 원칙을 세우는 것이 좋을까요?
No branches or pull requests
화요일 발표 주제에 대한 질문을 댓글로 남겨주세요 :)
발표자
질문자
The text was updated successfully, but these errors were encountered: