From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/ru/web/http/status/200/index.html | 50 +++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 files/ru/web/http/status/200/index.html (limited to 'files/ru/web/http/status/200/index.html') diff --git a/files/ru/web/http/status/200/index.html b/files/ru/web/http/status/200/index.html new file mode 100644 index 0000000000..bd1f64e5e5 --- /dev/null +++ b/files/ru/web/http/status/200/index.html @@ -0,0 +1,50 @@ +--- +title: 200 OK +slug: Web/HTTP/Status/200 +translation_of: Web/HTTP/Status/200 +--- +
{{HTTPSidebar}}
+ +

Код ответа об успешном статусе "The HTTP 200 OK" указывает, что запрос выполнен успешно. Ответ 200 может кэшироваться по умолчанию.

+ +

Значение успеха зависит от метода HTTP-запроса:

+ + + +

Успешный результат {{HTTPMethod("PUT")}} или {{HTTPMethod("DELETE")}} часто не 200 OK, {{HTTPStatus ("204")}} No Content ( или {{HTTPStatus("201")}} Created, когда ресурс загружается в первый раз).

+ +

Статус

+ +
200 OK
+ +

Характеристики 

+ + + + + + + + + + + + +
СпецификацияНазвание
{{RFC("7231", "200 OK" , "6.3.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

Совместимость с браузером

+ + + +

{{Compat("http/status", "200")}}

+ +

Смотрите также

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