From 6e9fe98036090a37cc6247b873845505e5b512fb Mon Sep 17 00:00:00 2001 From: Tanner Dolby Date: Tue, 22 Feb 2022 01:49:36 -0800 Subject: Removes empty
or

elements from pages (#3093) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removes all empty paragraph elements * Removes all empty div elements * Preserve empty div in code snippet * Preserve empty elements inside code snippets * Remove fr files which were converted into markdown * Web/CSS/transform-function/scaleX()/index.html The file is already renamed to index.md。 * remove not needed file * Resolve remaining conflict Co-authored-by: julieng Co-authored-by: Masahiro FUJIMOTO --- files/es/web/http/headers/content-security-policy/index.html | 2 +- files/es/web/http/headers/index.html | 4 ++-- files/es/web/http/headers/set-cookie/index.html | 6 +++--- files/es/web/http/headers/transfer-encoding/index.html | 4 ++-- files/es/web/http/methods/post/index.html | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'files/es/web/http') diff --git a/files/es/web/http/headers/content-security-policy/index.html b/files/es/web/http/headers/content-security-policy/index.html index 94da047d70..b9137f2fdc 100644 --- a/files/es/web/http/headers/content-security-policy/index.html +++ b/files/es/web/http/headers/content-security-policy/index.html @@ -21,7 +21,7 @@ translation_of: Web/HTTP/Headers/Content-Security-Policy

Para mas información, ve también este articulo en Content Security Policy (CSP).

-
+ diff --git a/files/es/web/http/headers/index.html b/files/es/web/http/headers/index.html index 4b4ed3c8a1..80ab323fd9 100644 --- a/files/es/web/http/headers/index.html +++ b/files/es/web/http/headers/index.html @@ -13,11 +13,11 @@ translation_of: Web/HTTP/Headers
Las cabeceras (en inglés headers) HTTP permiten al cliente y al servidor enviar información adicional junto a una petición o respuesta. Una cabecera de petición esta compuesta por su nombre (no sensible a las mayusculas) seguido de dos puntos ':', y a continuación su valor (sin saltos de línea). Los espacios en blanco a la izquierda del valor son ignorados
-
+
Se pueden agregar cabeceras propietarias personalizadas usando el prefijo 'X-', pero esta convención se encuentra desfasada desde Julio de 2012, debido a los inconvenientes causados cuando se estandarizaron campos no estandar en el RFC 6648; otras están listadas en un registro IANA, cuyo contenido original fue definido en el RFC 4229, IANA tambien mantiene un registro de propuestas para nuevas cabeceras HTTP
-
+

Las Cabeceras pueden ser agrupadas de acuerdo a sus contextos:

diff --git a/files/es/web/http/headers/set-cookie/index.html b/files/es/web/http/headers/set-cookie/index.html index 8b6216118c..f1b0b1b25d 100644 --- a/files/es/web/http/headers/set-cookie/index.html +++ b/files/es/web/http/headers/set-cookie/index.html @@ -12,15 +12,15 @@ translation_of: Web/HTTP/Headers/Set-Cookie ---
{{HTTPSidebar}}
-
+
La cabecera de respuesta HTTP Set-Cookie se usa para enviar cookies desde el servidor al agente de usuario, así el agente de usuario puede enviarlos de vuelta al servidor.
-
+
Para más información, visite la guía para cookies HTTP.
-
+
diff --git a/files/es/web/http/headers/transfer-encoding/index.html b/files/es/web/http/headers/transfer-encoding/index.html index 0bafb10ad4..f3540c7bd0 100644 --- a/files/es/web/http/headers/transfer-encoding/index.html +++ b/files/es/web/http/headers/transfer-encoding/index.html @@ -10,11 +10,11 @@ tags: - transfer encoding español translation_of: Web/HTTP/Headers/Transfer-Encoding --- -
+
El encabezado Transfer-Encoding especifica la forma de codificación utilizada para transferir de forma segura el {{Glossary("Payload body", "cuerpo del payload")}} al usuario.
-
+
HTTP/2 no admite el mecanismo de codificación de transferencia fragmentada de HTTP 1.1, ya que proporciona sus propios mecanismos, más eficientes, para la transmisión de datos.
diff --git a/files/es/web/http/methods/post/index.html b/files/es/web/http/methods/post/index.html index f8655a166d..4591f8ae73 100644 --- a/files/es/web/http/methods/post/index.html +++ b/files/es/web/http/methods/post/index.html @@ -11,11 +11,11 @@ translation_of: Web/HTTP/Methods/POST
El método HTTP POST envía datos al servidor. El tipo del cuerpo de la solicitud es indicada por la cabecera  {{HTTPHeader("Content-Type")}}.
-
+
La diferencia entre PUT y {{HTTPMethod("POST")}} es que PUT es idempotente: llamarlo una o varias veces sucesivamente tiene el mismo efecto (no tiene efecto secundario // colateral), mientras que varios POST idénticos pueden tener efectos adicionales, como pasar una orden muchas veces.
-
+

Una solicitud POST es tipicamente enviada por un formulario HTML y resulta en un cambio en el servidor. En este caso, el tipo de contenido es seleccionado poniendo la cadena de texto adecuada en el atributo {{htmlattrxref("enctype", "form")}} del elemento {{HTMLElement("form")}} o el atributo {{htmlattrxref("formenctype", "input")}}  de los elementos {{HTMLElement("input") }} o {{HTMLElement("button")}} :

-- cgit v1.2.3-54-g00ecf