From 980fe00a74a9ad013b945755415ace2e5429c3c2 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 02:31:24 +0300 Subject: [RU] Remove notranslate (#2874) --- files/ru/web/http/methods/connect/index.html | 4 ++-- files/ru/web/http/methods/patch/index.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'files/ru/web/http/methods') diff --git a/files/ru/web/http/methods/connect/index.html b/files/ru/web/http/methods/connect/index.html index 65ab7c1889..c38ecb940d 100644 --- a/files/ru/web/http/methods/connect/index.html +++ b/files/ru/web/http/methods/connect/index.html @@ -42,14 +42,14 @@ translation_of: Web/HTTP/Methods/CONNECT

Синтаксис

-
CONNECT www.example.com:443 HTTP/1.1
+
CONNECT www.example.com:443 HTTP/1.1
 

Пример

Некоторые прокси сервера могут запросить авторизацию для создания туннеля. Смотрите также {{HTTPHeader("Proxy-Authorization")}}.

-
CONNECT server.example.com:80 HTTP/1.1
+
CONNECT server.example.com:80 HTTP/1.1
 Host: server.example.com:80
 Proxy-Authorization: basic aGVsbG86d29ybGQ=
diff --git a/files/ru/web/http/methods/patch/index.html b/files/ru/web/http/methods/patch/index.html index 06700f5653..9cd49d35d4 100644 --- a/files/ru/web/http/methods/patch/index.html +++ b/files/ru/web/http/methods/patch/index.html @@ -53,14 +53,14 @@ translation_of: Web/HTTP/Methods/PATCH

Синтаксис

-
PATCH /file.txt HTTP/1.1
+
PATCH /file.txt HTTP/1.1
 

Пример

Запрос

-
PATCH /file.txt HTTP/1.1
+
PATCH /file.txt HTTP/1.1
 Host: www.example.com
 Content-Type: application/example
 If-Match: "e0023aa4e"
@@ -72,7 +72,7 @@ Content-Length: 100
 
 

Успешный ответ указывается с помощью кода ответа {{HTTPStatus("204")}}, поскольку ответ в примере не содержит тела сообщения. А если бы содержал, то код был бы {{HTTPStatus("200")}}.

-
HTTP/1.1 204 No Content
+
HTTP/1.1 204 No Content
 Content-Location: /file.txt
 ETag: "e0023aa4f"
-- cgit v1.2.3-54-g00ecf