From 0fe03b92344c0f9b0d4ada2146d4480997ab2e25 Mon Sep 17 00:00:00 2001 From: julieng Date: Fri, 17 Sep 2021 20:50:13 +0200 Subject: convert content to md --- files/fr/web/http/methods/get/index.md | 90 +++++++++++++++------------------- 1 file changed, 40 insertions(+), 50 deletions(-) (limited to 'files/fr/web/http/methods/get') diff --git a/files/fr/web/http/methods/get/index.md b/files/fr/web/http/methods/get/index.md index cb39182435..d3ecf1b1f4 100644 --- a/files/fr/web/http/methods/get/index.md +++ b/files/fr/web/http/methods/get/index.md @@ -8,65 +8,55 @@ tags: translation_of: Web/HTTP/Methods/GET original_slug: Web/HTTP/Méthode/GET --- -
{{HTTPSidebar}}
+{{HTTPSidebar}} -

La méthode HTTP GET demande une représentation de la ressource spécifiée. Les requêtes GET doivent uniquement être utilisées afin de récupérer des données.

+La **méthode HTTP GET** demande une représentation de la ressource spécifiée. Les requêtes GET doivent uniquement être utilisées afin de récupérer des données. - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +
La requête a un corpsNon
Une réponse de succès a un corpsOui
{{Glossary("Safe","Sûre")}}Oui
{{Glossary("Idempotent","Idempotente")}}Oui
{{Glossary("Cacheable","Peut être mise en cache")}}Oui
Autorisée dans les formulaires HTMLOui
La requête a un corpsNon
Une réponse de succès a un corpsOui
{{Glossary("Safe","Sûre")}}Oui
{{Glossary("Idempotent","Idempotente")}}Oui
+ {{Glossary("Cacheable","Peut être mise en cache")}} + Oui
Autorisée dans les formulaires HTMLOui
-

Syntaxe

+## Syntaxe -
GET /index.html
-
+ GET /index.html -

Spécifications

+## Spécifications - - - - - - - - - - - -
SpécificationTitre
{{RFC("7231", "GET", "4.3.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+| Spécification | Titre | +| ---------------------------------------- | ------------------------------------------------------------- | +| {{RFC("7231", "GET", "4.3.1")}} | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content | -

Compatibilité des navigateurs

+## Compatibilité des navigateurs -

{{Compat("http/methods", "GET")}}

+{{Compat("http/methods", "GET")}} -

Voir aussi

+## Voir aussi - +- {{HTTPHeader("Range")}} -- cgit v1.2.3-54-g00ecf