From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/web/http/methods/get/index.html | 75 ++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 files/ko/web/http/methods/get/index.html (limited to 'files/ko/web/http/methods/get') diff --git a/files/ko/web/http/methods/get/index.html b/files/ko/web/http/methods/get/index.html new file mode 100644 index 0000000000..0efa428125 --- /dev/null +++ b/files/ko/web/http/methods/get/index.html @@ -0,0 +1,75 @@ +--- +title: GET +slug: Web/HTTP/Methods/GET +tags: + - HTTP + - Reference + - Request method +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