1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

location of brotli lib

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1791234 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2017-04-13 12:20:15 +00:00
parent a0f1e0d8b2
commit 528eecb8c4

View File

@@ -28,12 +28,13 @@ client</description>
<status>Extension</status>
<sourcefile>mod_brotli.c</sourcefile>
<identifier>brotli_module</identifier>
<compatibility>Available in version 2.4.26 and later.</compatibility>
<summary>
<p>The <module>mod_brotli</module> module provides
the <code>BROTLI_COMPRESS</code> output filter that allows output from
your server to be compressed using the brotli compression format before being sent to the client over
the network.</p>
the network. This module uses the Brotli library found at
<a href="https://github.com/google/brotli">https://github.com/google/brotli</a>.</p>
</summary>
<seealso><a href="../filter.html">Filters</a></seealso>