-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ko] HTTP 413, 422 응답 코드 이름 및 본문 수정 (#16599)
* 422 응답 코드 이름 수정 * 413 상태 코드 이름 수정 * Update index.md * Update index.md * 413 3차 수정 * 413.md: 제안 반영 및 오타 수정
- Loading branch information
Showing
2 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,27 @@ | ||
--- | ||
title: 413 Payload Too Large | ||
title: 413 Content Too Large | ||
slug: Web/HTTP/Status/413 | ||
l10n: | ||
sourceCommit: 0880a90f3811475d78bc4b2c344eb4146f25f66c | ||
--- | ||
|
||
{{HTTPSidebar}}HTTP 413 Payload Too Large 응답 상태 코드는 요청 엔터티가 서버에 의해 정의된 제한보다 크다는 것을 나타낸다. 서버가 연결을 닫거나 헤더 필드({{HTTPHeader("Retry-After")}})를 반환할 수 있다. | ||
{{HTTPSidebar}} | ||
|
||
HTTP **`413 Content Too Large`** 응답 상태 코드는 요청 엔터티가 서버에 의해 정의된 제한보다 크다는 것을 나타냅니다. 서버는 연결을 닫거나 {{HTTPHeader("Retry-After")}} 헤더 필드를 반환할 수 있습니다. | ||
|
||
RFC 9110 이전에는 이 상태 코드 이름이 **`Payload Too Large`** 였습니다. 이 이름은 아직도 널리 사용되고 있습니다. | ||
|
||
## 상태 | ||
|
||
``` | ||
413 Payload Too Large | ||
```http | ||
413 Content Too Large | ||
``` | ||
|
||
## 정의 | ||
## 명세서 | ||
|
||
| 정의 | 제목 | | ||
| --------------------------------------------------- | ------------------------------------------------------------- | | ||
| {{RFC("7231", "413 Payload Too Large" , "6.5.11")}} | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content | | ||
{{Specifications}} | ||
|
||
## 참조 | ||
## 같이 보기 | ||
|
||
- {{HTTPHeader("Connection")}} | ||
- {{HTTPHeader("Retry-After")}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters