aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/http/status/411/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/http/status/411/index.html')
-rw-r--r--files/ko/web/http/status/411/index.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/files/ko/web/http/status/411/index.html b/files/ko/web/http/status/411/index.html
new file mode 100644
index 0000000000..1e3ab50a5c
--- /dev/null
+++ b/files/ko/web/http/status/411/index.html
@@ -0,0 +1,36 @@
+---
+title: 411 Length Required
+slug: Web/HTTP/Status/411
+translation_of: Web/HTTP/Status/411
+---
+<div>HyperText Transfer Protocol (HTTP) 411 Length Required 클라이언트 오류 응답 코드는 서버가 정의된 {{HTTPHeader("Content-Length")}} 헤더 없이 요청을 수락하지 않음을 나타낸다.</div>
+
+<div class="note">
+<p>참고: 사양별로 청크 시리즈로 데이터를 전송할 때 <code>Content-Length</code> 헤더가 생략되며, 각 청크의 시작 부분에서 현재 청크의 길이를 16진수 형식으로 추가해야 한다. 자세한 내용은 {{HTTPHeader("Transfer-Encoding")}}을(를) 참조하십시오.</p>
+</div>
+
+<h2 id="상태">상태</h2>
+
+<pre class="syntaxbox">411 Length Required</pre>
+
+<h2 id="정의">정의</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Specification</th>
+ <th scope="col">Title</th>
+ </tr>
+ <tr>
+ <td>{{RFC("7231", "411 Length Required" , "6.5.10")}}</td>
+ <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="참고">참고</h2>
+
+<ul>
+ <li>{{HTTPHeader("Content-Length")}}</li>
+ <li>{{HTTPHeader("Transfer-Encoding")}}</li>
+</ul>