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/methods/get/index.html | 69 ++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 files/uk/web/http/methods/get/index.html (limited to 'files/uk/web/http/methods/get/index.html') diff --git a/files/uk/web/http/methods/get/index.html b/files/uk/web/http/methods/get/index.html new file mode 100644 index 0000000000..cb677dc943 --- /dev/null +++ b/files/uk/web/http/methods/get/index.html @@ -0,0 +1,69 @@ +--- +title: GET +slug: Web/HTTP/Methods/GET +translation_of: Web/HTTP/Methods/GET +--- +
{{HTTPSidebar}}
+ +

HTTP-метод GET запитує представлення зазначеного ресурсу. Запити, які використовують GET, повинні лише отримувати дані.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Запит має тілоНі
Успішна відповідь має тілоТак
{{Glossary("Safe")}}Так
{{Glossary("Idempotent")}}Так
{{Glossary("Cacheable")}}Так
Дозволений в HTML-формахТак
+ +

Синтаксис

+ +
GET /index.html
+
+ +

Приклад

+ + + + + + + + + + + + +
SpecificationTitle
{{RFC("7231", "GET", "4.3.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

Сумісність з браузерами

+ + + +

{{Compat("http.methods.GET")}}

+ +

Див. також

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