From c6cbc588435b45863c5b6eb80a76d5512f85d148 Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Thu, 3 Sep 2020 12:27:31 +0200 Subject: [PATCH] Improvements to the Jetty client documentation. Deleted FAQ because it has always been empty. Signed-off-by: Simone Bordet --- .../programming-guide/client/client.adoc | 4 ++-- .../old_docs/faq/chapter.adoc | 21 ------------------- 2 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 jetty-documentation/src/main/asciidoc/programming-guide/old_docs/faq/chapter.adoc diff --git a/jetty-documentation/src/main/asciidoc/programming-guide/client/client.adoc b/jetty-documentation/src/main/asciidoc/programming-guide/client/client.adoc index 6d8de1a4981..6b3c3b4a67b 100644 --- a/jetty-documentation/src/main/asciidoc/programming-guide/client/client.adoc +++ b/jetty-documentation/src/main/asciidoc/programming-guide/client/client.adoc @@ -28,8 +28,8 @@ The client libraries are designed to be non-blocking and offer both synchronous These are the available client libraries: -* xref:pg-client-http[The HTTP Client Library] -* xref:pg-client-http2[The HTTP/2 Client Library] +* xref:pg-client-http[The High-Level HTTP Client Library] for HTTP/1.1, HTTP/2 and FastCGI +* xref:pg-client-http2[The Low-Level HTTP/2 Client Library] for low-level HTTP/2 * xref:pg-client-websocket[The WebSocket client library] If you are interested in the low-level details of how the Eclipse Jetty client libraries work, or are interested in writing a custom protocol, look at the xref:pg-client-io-arch[Client I/O Architecture]. diff --git a/jetty-documentation/src/main/asciidoc/programming-guide/old_docs/faq/chapter.adoc b/jetty-documentation/src/main/asciidoc/programming-guide/old_docs/faq/chapter.adoc deleted file mode 100644 index 54e6237ac98..00000000000 --- a/jetty-documentation/src/main/asciidoc/programming-guide/old_docs/faq/chapter.adoc +++ /dev/null @@ -1,21 +0,0 @@ -// -// ======================================================================== -// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others. -// -// This program and the accompanying materials are made available under -// the terms of the Eclipse Public License 2.0 which is available at -// https://www.eclipse.org/legal/epl-2.0 -// -// This Source Code may also be made available under the following -// Secondary Licenses when the conditions for such availability set -// forth in the Eclipse Public License, v. 2.0 are satisfied: -// the Apache License v2.0 which is available at -// https://www.apache.org/licenses/LICENSE-2.0 -// -// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 -// ======================================================================== -// - -[[faq]] -== Frequently Asked Questions -