diff options
Diffstat (limited to 'files/ko')
-rw-r--r-- | files/ko/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ko/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/ko/web/http/client_hints/index.html (renamed from files/ko/glossary/client_hints/index.html) | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index 966bc71aef..44d523c2ac 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -208,6 +208,7 @@ /ko/docs/Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Track_the_score_and_win /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Track_the_score_and_win /ko/docs/Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/공_움직이기 /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Move_the_ball /ko/docs/Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/캔버스_생성과_그리기 /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Create_the_Canvas_and_draw_on_it +/ko/docs/Glossary/Client_hints /ko/docs/Web/HTTP/Client_hints /ko/docs/Glossary/Header /ko/docs/Glossary/HTTP_header /ko/docs/Glossary/동적_프로그래밍_언어 /ko/docs/Glossary/Dynamic_programming_language /ko/docs/Glossary/배열 /ko/docs/Glossary/array diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json index 16ba9f824b..e46548fc28 100644 --- a/files/ko/_wikihistory.json +++ b/files/ko/_wikihistory.json @@ -303,12 +303,6 @@ "enfroze" ] }, - "Glossary/Client_hints": { - "modified": "2020-03-30T11:50:49.956Z", - "contributors": [ - "oinochoe" - ] - }, "Glossary/Compile": { "modified": "2019-10-29T10:03:26.609Z", "contributors": [ @@ -11344,6 +11338,12 @@ "devcken" ] }, + "Web/HTTP/Client_hints": { + "modified": "2020-03-30T11:50:49.956Z", + "contributors": [ + "oinochoe" + ] + }, "Web/HTTP/Compression": { "modified": "2020-11-24T03:58:08.551Z", "contributors": [ diff --git a/files/ko/glossary/client_hints/index.html b/files/ko/web/http/client_hints/index.html index 50a6443523..3e22cb388d 100644 --- a/files/ko/glossary/client_hints/index.html +++ b/files/ko/web/http/client_hints/index.html @@ -1,6 +1,6 @@ --- title: Client hints(클라이언트 힌트) -slug: Glossary/Client_hints +slug: Web/HTTP/Client_hints tags: - Client hints - Reference @@ -8,6 +8,7 @@ tags: - User-agent - 클라이언트 힌트 translation_of: Glossary/Client_hints +original_slug: Glossary/Client_hints --- <p><span class="seoSummary"><strong>Client Hints</strong>는 클라이언트 장치 및 에이전트별 기본 설정 목록을 확인할 수 있도록 사전 컨텐츠 체크를 위한 <a href="/en-US/docs/Web/HTTP/Headers">HTTP request header</a> 입니다. </span><a href="/en-US/docs/Web/HTTP/Headers#Client_hints">Client Hints</a>를 사용하면 이미지 <abbr title="device pixel ratio">DPR</abbr> 해상도의 자동 조절과 최적화 된 assets을 자동으로 적용할 수 있습니다.</p> |