aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/http/status/103
diff options
context:
space:
mode:
authorCarolyn Wu <87150472+cw118@users.noreply.github.com>2022-01-29 06:09:19 -0500
committerGitHub <noreply@github.com>2022-01-29 12:09:19 +0100
commitc2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d (patch)
tree7e212a93c70ddd33544a95e545d20340050dfc74 /files/fr/web/http/status/103
parent11a9397cc1d22829f798c28c7cf58b1969ddca41 (diff)
downloadtranslated-content-c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d.tar.gz
translated-content-c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d.tar.bz2
translated-content-c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d.zip
Macro, Specs and Compat fixes for French HTTP pages (#3794)
* Take 1, macros and 100-408 * Take 2 and minor fixes * Fixable flaws and small typos * Review, minor updates/nitpicking/typofixing Co-authored-by: julieng <julien.gattelier@gmail.com>
Diffstat (limited to 'files/fr/web/http/status/103')
-rw-r--r--files/fr/web/http/status/103/index.md19
1 files changed, 9 insertions, 10 deletions
diff --git a/files/fr/web/http/status/103/index.md b/files/fr/web/http/status/103/index.md
index d57141b1fa..5cc5776def 100644
--- a/files/fr/web/http/status/103/index.md
+++ b/files/fr/web/http/status/103/index.md
@@ -1,30 +1,29 @@
---
title: 103 Early Hints
slug: Web/HTTP/Status/103
-tags:
- - HTTP
- - Reference
- - Statut
translation_of: Web/HTTP/Status/103
+browser-compat: http.status.103
---
-{{HTTPSidebar}}{{Draft}}
+{{HTTPSidebar}}
-Le code de statut de réponse  **`103 Early Hints`** est principalement utilisé avec l'en-tête HTTP {{HTTPHeader("Link")}} afin de permettre à l'application cliente de commencer le chargement des ressources tandis que le serveur prépare une réponse.
+Le code de statut de réponse **`103 Early Hints`** est principalement utilisé avec l'en-tête HTTP [`Link`](/fr/docs/Web/HTTP/Headers/Link) afin de permettre à l'application cliente de commencer le chargement des ressources tandis que le serveur prépare une réponse.
## Syntaxe
- 103 Early Hints
+```
+103 Early Hints
+```
## Spécifications
| Spécification | État | Commentaire |
| -------------------------------------------- | -------- | ---------------- |
-| {{RFC(8297, "103 Early Hints")}} | IETF RFC | Première version |
+| [RFC 8297: 103 Early Hints](https://datatracker.ietf.org/doc/html/rfc8297) | IETF RFC | Première version |
## Compatibilité des navigateurs
-{{Compat("http.status.103")}}
+{{Compat}}
## Voir aussi
-- {{HTTPHeader("Link")}}
+- [`Link`](/fr/docs/Web/HTTP/Headers/Link)