Request HTTP GET
method merupakan representasi dari resource spesifik. Request menggunakan GET
hanya menerima data.
Request has body | No |
---|---|
Successful response has body | Yes |
Safe | Yes |
Idempotent | Yes |
Cacheable | Yes |
Allowed in HTML forms | Yes |
Sintaks
GET /index.html
Spesifikasi
Spesifikasi | Judul |
---|---|
RFC 7231, section 4.3.1: GET | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
Kompabilitas Browser
BCD tables only load in the browser
Tabel Kompabilitas pada halaman ini adalah hasil dari structured data. Jika anda ingin berkontribusi, Silakan cek https://github.com/mdn/browser-compat-data dan kirimkan pull request.