aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/http/status/413/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/http/status/413/index.html')
-rw-r--r--files/ko/web/http/status/413/index.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/files/ko/web/http/status/413/index.html b/files/ko/web/http/status/413/index.html
new file mode 100644
index 0000000000..2e922f4d3b
--- /dev/null
+++ b/files/ko/web/http/status/413/index.html
@@ -0,0 +1,34 @@
+---
+title: 413 Payload Too Large
+slug: Web/HTTP/Status/413
+translation_of: Web/HTTP/Status/413
+---
+<div>{{HTTPSidebar}}</div>
+
+<div>HTTP 413 Payload Too Large 응답 상태 코드는 요청 엔터티가 서버에 의해 정의된 제한보다 크다는 것을 나타낸다. 서버가 연결을 닫거나 헤더 필드({{HTTPHeader("Retry-After")}})를 반환할 수 있다.</div>
+
+<h2 id="상태">상태</h2>
+
+<pre class="syntaxbox">413 Payload Too Large</pre>
+
+<h2 id="정의">정의</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">정의</th>
+ <th scope="col">제목</th>
+ </tr>
+ <tr>
+ <td>{{RFC("7231", "413 Payload Too Large" , "6.5.11")}}</td>
+ <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="참조">참조</h2>
+
+<ul>
+ <li>{{HTTPHeader("Connection")}}</li>
+ <li>{{HTTPHeader("Retry-After")}}</li>
+</ul>