diff options
author | YOUJIN LEE <37237235+dev-ujin@users.noreply.github.com> | 2022-01-07 15:09:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 23:09:02 +0900 |
commit | 2d7b866114eb3dfe706a44fb3a2635b8267911ad (patch) | |
tree | f1b41859768a4590a4b9866cd3ed1d63e9a9550d /files/ko | |
parent | c61149f5a047bca3b4388ba9bf03b2ec8859692d (diff) | |
download | translated-content-2d7b866114eb3dfe706a44fb3a2635b8267911ad.tar.gz translated-content-2d7b866114eb3dfe706a44fb3a2635b8267911ad.tar.bz2 translated-content-2d7b866114eb3dfe706a44fb3a2635b8267911ad.zip |
fix: fix link to glossary (#3547)
Diffstat (limited to 'files/ko')
-rw-r--r-- | files/ko/web/http/overview/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/http/overview/index.html b/files/ko/web/http/overview/index.html index f353394867..a0a7d31923 100644 --- a/files/ko/web/http/overview/index.html +++ b/files/ko/web/http/overview/index.html @@ -22,7 +22,7 @@ translation_of: Web/HTTP/Overview <p>HTTP는 클라이언트-서버 프로토콜입니다. 요청은 하나의 개체, 사용자 에이전트(또는 그것을 대신하는 프록시)에 의해 전송됩니다. 대부분의 경우, 사용자 에이전트는 브라우저지만, 무엇이든 될 수 있습니다. 예를 들어, 검색 엔진 인덱스를 채워넣고 유지하기 위해 웹을 돌아다니는 로봇이 그러한 경우입니다.</p> -<p>각각의 개별적인 요청들은 서버로 보내지며, 서버는 요청을 처리하고 <em>response</em>라고 불리는 응답을 제공합니다. 이 요청과 응답 사이에는 여러 개체들이 있는데, 예를 들면 다양한 작업을 수행하는 게이트웨이 또는 {{glossary("Cache", "캐시")}} 역할을 하는 {{glossary("Proxy", "프록시")}} 등이 있습니다.</p> +<p>각각의 개별적인 요청들은 서버로 보내지며, 서버는 요청을 처리하고 <em>response</em>라고 불리는 응답을 제공합니다. 이 요청과 응답 사이에는 여러 개체들이 있는데, 예를 들면 다양한 작업을 수행하는 게이트웨이 또는 {{glossary("Cache", "캐시")}} 역할을 하는 {{glossary("Proxy_server", "프록시")}} 등이 있습니다.</p> <p><img alt="" src="https://mdn.mozillademos.org/files/13679/Client-server-chain.png" style="height: 121px; width: 819px;"></p> |