diff options
author | Rich Bowen <rbowen@apache.org> | 2015-10-02 10:19:50 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2015-10-02 10:19:50 +0200 |
commit | 32263b43a7318d61eef127cd6dc302313c4c6548 (patch) | |
tree | 40fde679cde9974f4aab39e05f3495cfcc20b8b1 /docs/manual/new_features_2_4.xml | |
parent | Rebuild Eric's change from a few days ago. (diff) | |
download | apache2-32263b43a7318d61eef127cd6dc302313c4c6548.tar.xz apache2-32263b43a7318d61eef127cd6dc302313c4c6548.zip |
Add link to the mod_http2 docs to the trunk version of the new_features
document, because this is exciting stuff.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1706357 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/new_features_2_4.xml')
-rw-r--r-- | docs/manual/new_features_2_4.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 5b837823cf..df0a8ef70b 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -181,6 +181,9 @@ <dd>Enable FastCGI authorizer applications to authenticate and/or authorize clients.</dd> + <dt><module>mod_http2</module> (available since 2.4.x)</dt> + <dd>Support for the HTTP/2 transport layer.</dd> + </dl> </section> |