]> granicus.if.org Git - apache/commitdiff
documentation rebuild
authorLuca Toscano <elukey@apache.org>
Thu, 25 Feb 2016 19:30:10 +0000 (19:30 +0000)
committerLuca Toscano <elukey@apache.org>
Thu, 25 Feb 2016 19:30:10 +0000 (19:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1732352 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_http2.html.en

index 097f42c364a5347de3044383e5144f1931885785..fb8c6c30c82d01a8748640770c1a39e25d9e9a69 100644 (file)
                 Link headers in responses are either set by the application or
                 can be configured via <code class="module"><a href="../mod/mod_headers.html">mod_headers</a></code> as:
             </p>
-            <div class="example"><h3>mod_headers example</h3><pre class="prettyprint lang-config">                    &lt;Location /index.html&gt;
-                    Header add Link "&lt;/css/site.css&gt;;rel=preload"
-                    Header add Link "&lt;/images/logo.jpg&gt;;rel=preload"
-                    &lt;/Location&gt;</pre>
+            <div class="example"><h3>mod_headers example</h3><pre class="prettyprint lang-config">&lt;Location /index.html&gt;
+    Header add Link "&lt;/css/site.css&gt;;rel=preload"
+    Header add Link "&lt;/images/logo.jpg&gt;;rel=preload"
+&lt;/Location&gt;</pre>
 </div>
             <p>
                 As the example shows, there can be several link headers added
                 <li>There are also default weights: for 'After' it is 16, 'interleaved' is 256. 
                 </li>
             </ol>
-            <div class="example"><h3>Shorter Priority Rules</h3><pre class="prettyprint lang-config">                    H2PushPriority application/json 32         # an After rule
-                    H2PushPriority image/jpeg before           # weight inherited
-                    H2PushPriority text/css   interleaved      # weight 256 default</pre>
+            <div class="example"><h3>Shorter Priority Rules</h3><pre class="prettyprint lang-config">H2PushPriority application/json 32         # an After rule
+H2PushPriority image/jpeg before           # weight inherited
+H2PushPriority text/css   interleaved      # weight 256 default</pre>
 </div>
         
 </div>