You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2023/05/13 13:24:48 UTC

svn commit: r1909795 [1/2] - in /httpd/httpd/trunk/docs/manual/mod: directives.html.fr.utf8 mod_http2.html.fr.utf8 quickreference.html.fr.utf8

Author: lgentis
Date: Sat May 13 13:24:48 2023
New Revision: 1909795

URL: http://svn.apache.org/viewvc?rev=1909795&view=rev
Log:
fr doc rebuild.

Modified:
    httpd/httpd/trunk/docs/manual/mod/directives.html.fr.utf8
    httpd/httpd/trunk/docs/manual/mod/mod_http2.html.fr.utf8
    httpd/httpd/trunk/docs/manual/mod/quickreference.html.fr.utf8

Modified: httpd/httpd/trunk/docs/manual/mod/directives.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/directives.html.fr.utf8?rev=1909795&r1=1909794&r2=1909795&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/directives.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/directives.html.fr.utf8 [utf-8] Sat May 13 13:24:48 2023
@@ -337,6 +337,7 @@
 <li><a href="mod_unixd.html#group">Group</a></li>
 <li><a href="mod_http2.html#h2copyfiles" id="H" name="H">H2CopyFiles</a></li>
 <li><a href="mod_http2.html#h2direct">H2Direct</a></li>
+<li><a href="mod_http2.html#h2earlyhint">H2EarlyHint</a></li>
 <li><a href="mod_http2.html#h2earlyhints">H2EarlyHints</a></li>
 <li><a href="mod_http2.html#h2maxdataframelen">H2MaxDataFrameLen</a></li>
 <li><a href="mod_http2.html#h2maxsessionstreams">H2MaxSessionStreams</a></li>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_http2.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_http2.html.fr.utf8?rev=1909795&r1=1909794&r2=1909795&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_http2.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_http2.html.fr.utf8 [utf-8] Sat May 13 13:24:48 2023
@@ -84,6 +84,7 @@
 <ul id="toc">
 <li><img alt="" src="../images/down.gif" /> <a href="#h2copyfiles">H2CopyFiles</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#h2direct">H2Direct</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#h2earlyhint">H2EarlyHint</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#h2earlyhints">H2EarlyHints</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#h2maxdataframelen">H2MaxDataFrameLen</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#h2maxsessionstreams">H2MaxSessionStreams</a></li>
@@ -334,6 +335,37 @@
 </div>
         
 </div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="directive-section"><h2><a name="h2earlyhint" id="h2earlyhint">Directive</a> <a name="H2EarlyHint" id="H2EarlyHint">H2EarlyHint</a> <a title="Lien permanent" href="#h2earlyhint" class="permalink">&para;</a></h2>
+<table class="directive">
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Ajoute un en-tête de réponse à consulter dans le code de
+	retour 103 Early Hints</td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>H2EarlyHint <em>name</em> <em>value</em></code></td></tr>
+<tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration globale, serveur virtuel, répertoire, .htaccess</td></tr>
+<tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
+<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_http2</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibilité:</a></th><td>Disponible à partir de la version 2.5.1 du serveur HTTP
+	Apache.</td></tr>
+</table>
+            <p>
+                La directive <code class="directive">H2EarlyHint</code> permet d'ajouter
+		un en-tête de réponse avant le démarrage du traitement
+		proprement dit de la requête. Les en-têtes de ce style sont
+		consultables dans les réponses intermédiaires "103 Early Hints"
+		et ils ont pour but principal d'envoyer des informations de
+		"préchargement" aux navigateurs clients.
+            </p><p>
+                <em>name</em> et <em>value</em> doivent être des champs
+		d'en-tête HTTP valables sous peine de provoquer des échecs de
+		réponse. La directive <code class="directive">H2EarlyHints</code> doit
+		encore être activée pour permettre l'envoi de réponses
+		intermédiaires de code 103. Elle peut être répétée plusieurs
+		fois et les champs d'en-tête de même nom s'ajoutent.
+            </p>
+            <div class="example"><h3>Exemple</h3><pre class="prettyprint lang-config">H2EarlyHint Link "&lt;/my.css&gt;;rel=preload;as=style"</pre>
+</div>
+        
+</div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="h2earlyhints" id="h2earlyhints">Directive</a> <a name="H2EarlyHints" id="H2EarlyHints">H2EarlyHints</a> <a title="Lien permanent" href="#h2earlyhints" class="permalink">&para;</a></h2>
 <table class="directive">