--- title: GET slug: Web/HTTP/Methods/GET tags: - HTTP - Reference - Request method translation_of: Web/HTTP/Methods/GET ---
HTTP GET 메서드는 특정한 리소스를 가져오도록 요청합니다. GET 요청은 데이터를 가져올 때만 사용해야 합니다.
| 요청에 본문 존재 | 아니오 |
|---|---|
| 성공 응답에 본문 존재 | 예 |
| {{Glossary("Safe", "안전함")}} | 예 |
| {{Glossary("Idempotent", "멱등성")}} | 예 |
| {{Glossary("Cacheable", "캐시 가능")}} | 예 |
| HTML 양식에서 사용 가능 | 예 |
GET /index.html
| Specification | Title |
|---|---|
| {{RFC("7231", "GET", "4.3.1")}} | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
{{Compat("http.methods.GET")}}