You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/05/27 11:21:33 UTC

[40/50] [abbrv] httpcomponents-website git commit: Updated project website for HttpCore 5.0-alpha2 release

Updated project website for HttpCore 5.0-alpha2 release

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/project-website/trunk@1776117 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-website/commit/6d618e6f
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-website/tree/6d618e6f
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-website/diff/6d618e6f

Branch: refs/heads/master
Commit: 6d618e6f14bc08085dc337f7c943487d670342fb
Parents: 71aa08e
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Tue Dec 27 13:09:09 2016 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Tue Dec 27 13:09:09 2016 +0000

----------------------------------------------------------------------
 src/site/apt/httpcomponents-core-5.0.x/download.apt |  3 ++-
 src/site/apt/httpcomponents-core-5.0.x/index.apt    | 15 +++++++++++----
 2 files changed, 13 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-website/blob/6d618e6f/src/site/apt/httpcomponents-core-5.0.x/download.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/httpcomponents-core-5.0.x/download.apt b/src/site/apt/httpcomponents-core-5.0.x/download.apt
index 3b96f61..7d14140 100644
--- a/src/site/apt/httpcomponents-core-5.0.x/download.apt
+++ b/src/site/apt/httpcomponents-core-5.0.x/download.apt
@@ -43,5 +43,6 @@ HttpCore Downloads
     {{{http://ant.apache.org/projects/ivy.html}Apache Ivy}}, 
     you can create a dependency on HttpClient modules by using this information:
 
-    {{{./httpcore/dependency-info.html}HttpCore}}
+    {{{./httpcore5/dependency-info.html}HttpCore HTTP/1.1}}
+    {{{./httpcore5-h2/dependency-info.html}HttpCore HTTP/2}}
 

http://git-wip-us.apache.org/repos/asf/httpcomponents-website/blob/6d618e6f/src/site/apt/httpcomponents-core-5.0.x/index.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/httpcomponents-core-5.0.x/index.apt b/src/site/apt/httpcomponents-core-5.0.x/index.apt
index 6d0b723..f4f8ef6 100644
--- a/src/site/apt/httpcomponents-core-5.0.x/index.apt
+++ b/src/site/apt/httpcomponents-core-5.0.x/index.apt
@@ -41,18 +41,25 @@ HttpCore Overview
 
     [[1]] Project reports
 
-    * {{{./httpcore/project-reports.html}HttpCore}}
+    * {{{./httpcore5/project-reports.html}HttpCore HTTP/1.1}}
+
+    * {{{./httpcore5-h2/project-reports.html}HttpCore HTTP/2}}
 
 {Standards Compliance}
 
     HttpCore components strive to conform to the following specifications endorsed by the Internet 
     Engineering Task Force (IETF) and the internet at large:
 
-    * {{{http://tools.ietf.org/html/rfc7230}RFC 7230}} - Hypertext Transfer Protocol (HTTP/1.1): 
+    * {{{https://tools.ietf.org/html/rfc7540}RFC 7540}} - Hypertext Transfer Protocol Version 2 
+    (HTTP/2)
+
+    * {{{https://tools.ietf.org/html/rfc7541}RFC 7541}} - HPACK: Header Compression for HTTP/2
+
+    * {{{https://tools.ietf.org/html/rfc7230}RFC 7230}} - Hypertext Transfer Protocol (HTTP/1.1): 
     Message Syntax and Routing
 
-    * {{{http://tools.ietf.org/html/rfc7231}RFC 7231}} - Hypertext Transfer Protocol (HTTP/1.1): 
+    * {{{https://tools.ietf.org/html/rfc7231}RFC 7231}} - Hypertext Transfer Protocol (HTTP/1.1): 
     Semantics and Content
 
-    * {{{http://tools.ietf.org/html/rfc1945}RFC 1945}} - Hypertext Transfer Protocol -- HTTP/1.0
+    * {{{https://tools.ietf.org/html/rfc1945}RFC 1945}} - Hypertext Transfer Protocol -- HTTP/1.0