From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/uk/web/http/status/200/index.html | 54 +++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 files/uk/web/http/status/200/index.html (limited to 'files/uk/web/http/status/200/index.html') diff --git a/files/uk/web/http/status/200/index.html b/files/uk/web/http/status/200/index.html new file mode 100644 index 0000000000..90157eba33 --- /dev/null +++ b/files/uk/web/http/status/200/index.html @@ -0,0 +1,54 @@ +--- +title: 200 OK +slug: Web/HTTP/Status/200 +tags: + - 200 OK + - HTTP + - HTTP Статус +translation_of: Web/HTTP/Status/200 +--- +
{{HTTPSidebar}}
+ +

Код відповіді на статус успіху 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