From a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:46:50 +0100 Subject: unslug es: move --- files/es/web/http/status/413/index.html | 34 ++++++++++++++++++++++++++++++++ files/es/web/http/status/8080/index.html | 34 -------------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) create mode 100644 files/es/web/http/status/413/index.html delete mode 100644 files/es/web/http/status/8080/index.html (limited to 'files/es/web/http/status') diff --git a/files/es/web/http/status/413/index.html b/files/es/web/http/status/413/index.html new file mode 100644 index 0000000000..10ad4ac7b2 --- /dev/null +++ b/files/es/web/http/status/413/index.html @@ -0,0 +1,34 @@ +--- +title: 413 Payload Too Large +slug: Web/HTTP/Status/8080 +translation_of: Web/HTTP/Status/413 +--- +
{{HTTPSidebar}}
+ +

The HTTP 413 Payload Too Large response status code indicates that the request entity is larger than limits defined by server; the server might close the connection or return a {{HTTPHeader("Retry-After")}} header field.

+ +

Status

+ +
413 Payload Too Large
+ +

Specifications

+ + + + + + + + + + + + +
SpecificationTitle
{{RFC("7231", "413 Payload Too Large" , "6.5.11")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

See also

+ + diff --git a/files/es/web/http/status/8080/index.html b/files/es/web/http/status/8080/index.html deleted file mode 100644 index 10ad4ac7b2..0000000000 --- a/files/es/web/http/status/8080/index.html +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: 413 Payload Too Large -slug: Web/HTTP/Status/8080 -translation_of: Web/HTTP/Status/413 ---- -
{{HTTPSidebar}}
- -

The HTTP 413 Payload Too Large response status code indicates that the request entity is larger than limits defined by server; the server might close the connection or return a {{HTTPHeader("Retry-After")}} header field.

- -

Status

- -
413 Payload Too Large
- -

Specifications

- - - - - - - - - - - - -
SpecificationTitle
{{RFC("7231", "413 Payload Too Large" , "6.5.11")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
- -

See also

- - -- cgit v1.2.3-54-g00ecf