From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/http/methods/get/index.html | 80 ++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 files/ja/web/http/methods/get/index.html (limited to 'files/ja/web/http/methods/get') diff --git a/files/ja/web/http/methods/get/index.html b/files/ja/web/http/methods/get/index.html new file mode 100644 index 0000000000..af3a799447 --- /dev/null +++ b/files/ja/web/http/methods/get/index.html @@ -0,0 +1,80 @@ +--- +title: GET +slug: Web/HTTP/Methods/GET +tags: + - HTTP + - HTTP リクエストメソッド + - Reference + - Request method + - リクエストメソッド + - リファレンス +translation_of: Web/HTTP/Methods/GET +--- +

{{HTTPSidebar}}

+ +

HTTP の GET メソッドは、特定のリソースの表現をリクエストします。 GET を使用したリクエストはデータを受け取るだけです。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
リクエストの本文なし
成功時のレスポンスの本文あり
{{Glossary("Safe", "安全性")}}あり
{{Glossary("Idempotent", "べき等性")}}あり
{{Glossary("Cacheable", "キャッシュ")}}
HTML フォームでの使用
+ +

構文

+ +
GET /index.html
+
+ +

仕様書

+ + + + + + + + + + + + + + +
仕様書題名
{{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