--- 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")}}

関連情報