From c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d Mon Sep 17 00:00:00 2001 From: Carolyn Wu <87150472+cw118@users.noreply.github.com> Date: Sat, 29 Jan 2022 06:09:19 -0500 Subject: 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 --- files/fr/web/http/status/103/index.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'files/fr/web/http/status/103') 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) -- cgit v1.2.3-54-g00ecf