GET
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
HTTP GET
메서드는 특정한 리소스를 가져오도록 요청합니다. GET
요청은 데이터를 가져올 때만 사용해야 합니다.
참고 :
GET
요청에 본문이나 페이로드가 담겨있으면 명세에는 금지되어있지 않지만, 의미가 정의되지 않아 기존에 존재하는 구현체에게 요청을 거부당할수 있습니다. 이러한 이유로 GET
요청에는 본문이나 페이로드를 담지 않는 것이 바람직합니다.
구문
GET /index.html
명세
Specification |
---|
HTTP Semantics # GET |
브라우저 호환성
BCD tables only load in the browser