From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-br/web/http/methods/get/index.html | 78 +++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 files/pt-br/web/http/methods/get/index.html (limited to 'files/pt-br/web/http/methods/get/index.html') diff --git a/files/pt-br/web/http/methods/get/index.html b/files/pt-br/web/http/methods/get/index.html new file mode 100644 index 0000000000..e3e6e63796 --- /dev/null +++ b/files/pt-br/web/http/methods/get/index.html @@ -0,0 +1,78 @@ +--- +title: GET +slug: Web/HTTP/Methods/GET +tags: + - HTTP + - Método GET + - Método Request + - Referencia +translation_of: Web/HTTP/Methods/GET +--- +
{{HTTPSidebar}}
+ +
O método HTTP GET solicita uma representação do recurso especificado. Solicitações usando GET só devem recuperar dados.
+ +
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Requisição tem corpoNão
Resposta bem-sucedida tem corpoSim
SeguroSim
IdempotenteSim
CacheávelSim
Permitido em formulários HTMLSIm
+ +

Sintaxe

+ +
GET /index.html
+
+ +

Especificações

+ + + + + + + + + + + + +
EspecificaçãoTítulo
{{RFC("7231", "GET", "4.3.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

Compatibilidade com navegadores

+ + + +

{{Compat("http.methods.GET")}}

+ +

 

+ +

Veja também

+ + -- cgit v1.2.3-54-g00ecf