GET
HTTP GET
메서드는 특정한 리소스를 가져오도록 요청합니다. GET
요청은 데이터를 가져올 때만 사용해야 합니다.
요청에 본문 존재 | 아니오 |
---|---|
성공 응답에 본문 존재 | 예 |
안전함 (en-US) | 예 |
멱등성 | 예 |
캐시 가능 (en-US) | 예 |
HTML 양식에서 사용 가능 | 예 |
구문
GET /index.html
명세
Specification | Title |
---|---|
RFC 7231, section 4.3.1: GET | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
브라우저 호환성
BCD tables only load in the browser
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.