Skip to content
New issue

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

11장. API를 위한 HTTP (~ 업데이트를 못한 문제 피하기) #16

Open
5 of 6 tasks
aptheparker opened this issue Nov 24, 2024 · 5 comments
Open
5 of 6 tasks
Labels

Comments

@aptheparker
Copy link
Member

aptheparker commented Nov 24, 2024

화요일 발표 주제에 대한 질문을 댓글로 남겨주세요 :)


발표자

  • 서형석

질문자

  • 박지환
  • 정예찬
  • 공병규
  • 이창준
  • 정시우
  • 안재우
@JOEYLEE1121
Copy link
Contributor

JOEYLEE1121 commented Dec 19, 2024

부분 GET 요청에서 클라이언트가 데이터를 어떻게 처리하는지 궁금합니다. 예를 들어 네트워크 상의 문제로 겹치는 구간이 중복으로 요청이 들어갔을 때, 중복으로 받은 데이터를 어떻게 처리하는지 등 p.297

@s20200366
Copy link
Contributor

응답의 Cache-Control 값으로 API 응답에 대한 캐싱을 설정해 주던데 클라이언트가 해당 값이 존재해도 그것을 무시하고 캐시 수명이 다하기 전에 api 요청을 재전송할 수 있는 방법이 존재하나요?

@aptheparker
Copy link
Member Author

aptheparker commented Dec 29, 2024

박지환

  • p.288에서 언급된 콘텐트 협상의 5가지 요청 헤더 중 Accept와 Accept-Language를 제외한 나머지 3개의 요청 헤더도 소개해주시고, 각각 예시를 들어주시길 바랍니다!

@johnpooh121
Copy link
Contributor

부분 GET 요청에서 받으려는 데이터가 새로 업데이트 된 경우에는 클라이언트에서 어떻게 이를 감지하고 새로 요청받을 수 있을까요?

@glowisn
Copy link

glowisn commented Dec 30, 2024

정예찬

  • 정규 URL의 canonical 연결 관계에 대해 설명해주세요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants