Improvements to the Jetty client documentation.
Deleted FAQ because it has always been empty. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
40248e9f23
commit
c6cbc58843
|
@ -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].
|
||||
|
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue