Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 6cd15541a -> 74546fda0
Mention HTTP/2. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/74546fda Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/74546fda Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/74546fda Branch: refs/heads/asf-site Commit: 74546fda0916c4308e2916c2cc01cbc5c9ce9da8 Parents: 6cd1554 Author: JamesBognar <[email protected]> Authored: Tue Sep 12 11:51:24 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Tue Sep 12 11:51:24 2017 -0400 ---------------------------------------------------------------------- content/about.html | 2 ++ content/about2.html | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/74546fda/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index 0697d1d..a3c0976 100644 --- a/content/about.html +++ b/content/about.html @@ -19,6 +19,8 @@ <li>A sophisticated configuration file API. <li>A REST microservice API that combines all the features above with a simple configurable Jetty server for creating lightweight standalone REST interfaces that start up in milliseconds. + <li>Built on top of Servlet and Apache HttpClient APIs that allow you to use the newest HTTP/2 features + such as request/response multiplexing and server push. </ul> <p> Questions via email to <a class='doclink' href='mailto:[email protected]?Subject=Apache%20Juneau%20question'>[email protected]</a> are always welcome. http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/74546fda/content/about2.html ---------------------------------------------------------------------- diff --git a/content/about2.html b/content/about2.html index 6fba362..697f64e 100644 --- a/content/about2.html +++ b/content/about2.html @@ -20,11 +20,13 @@ <ul class='spaced-list'> <li>A universal toolkit for marshalling POJOs to a wide variety of content types using a common framework. <li>A universal REST server API for creating Swagger-based self-documenting REST interfaces using POJOs, simply deployed as - one or more top-level servlets in any Servlet 3.1.0+ container. + one or more top-level servlets in any Servlet 3.1.0+ container. <li>A universal REST client API for interacting with Juneau or 3rd-party REST interfaces using POJOs and proxy interfaces. <li>A sophisticated configuration file API. <li>A REST microservice API that combines all the features above with a simple configurable Jetty server for creating lightweight standalone REST interfaces that start up in milliseconds. + <li>Built on top of Servlet and Apache HttpClient APIs that allow you to use the newest HTTP/2 features + such as request/response multiplexing and server push. </ul> <p> Questions via email to <a class='doclink' href='mailto:[email protected]?Subject=Apache%20Juneau%20question'>[email protected]</a> are always welcome.
