HTTP GET
메소드는 특정한 리소스를 가져오도록 요청합니다. 즉, GET
은 오직 데이터를 가져오는 데에만 사용합니다.
Request has body | No |
---|---|
Successful response has body | Yes |
Safe | Yes |
Idempotent | Yes |
Cacheable | Yes |
Allowed in HTML forms | Yes |
문법
GET /index.html
사양서
Specification | Title |
---|---|
RFC 7231, section 4.3.1: GET | 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.
No compatibility data found. Please contribute data for "http/methods" (depth: GET) to the MDN compatibility data repository.