| Name | Description | Type | Package | Framework |
| HttpAuthenticationStore | Class | org.eclipse.jetty.client | Jetty | |
| HttpChannel | Class | org.eclipse.jetty.client | Jetty | |
| HttpChannelOverHTTP | Class | org.eclipse.jetty.client.http | Jetty | |
| HttpClient | HttpClient provides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic. | Class | org.eclipse.jetty.client | Jetty |
| HttpClientTransport | HttpClientTransport represents what transport implementations should provide in order to plug-in a different transport for HttpClient. | Interface | org.eclipse.jetty.client | Jetty |
| HttpClientTransportOverHTTP | Class | org.eclipse.jetty.client.http | Jetty | |
| HttpConnection | Class | org.eclipse.jetty.client | Jetty | |
| HttpConnectionOverHTTP | Class | org.eclipse.jetty.client.http | Jetty | |
| HttpContent | HttpContent is a stateful, linear representation of the request content provided by a ContentProvider that can be traversed one-way to obtain content buffers to | Class | org.eclipse.jetty.client | Jetty |
| HttpContentResponse | Class | org.eclipse.jetty.client | Jetty | |
| HttpConversation | Class | org.eclipse.jetty.client | Jetty | |
| HttpDestination | Class | org.eclipse.jetty.client | Jetty | |
| HttpDestinationOverHTTP | Class | org.eclipse.jetty.client.http | Jetty | |
| HttpExchange | Class | org.eclipse.jetty.client | Jetty | |
| HttpProxy | Class | org.eclipse.jetty.client | Jetty | |
| HttpProxy .HttpProxyClientConnectionFactory | Class | org.eclipse.jetty.client.HttpProxy | Jetty | |
| HttpReceiver | HttpReceiver provides the abstract code to implement the various steps of the receive of HTTP responses. | Class | org.eclipse.jetty.client | Jetty |
| HttpReceiverOverHTTP | Class | org.eclipse.jetty.client.http | Jetty | |
| HttpRedirector | Utility class that handles HTTP redirects. | Class | org.eclipse.jetty.client | Jetty |
| HttpRequest | Class | org.eclipse.jetty.client | Jetty | |
| HttpRequestException | Class | org.eclipse.jetty.client | Jetty | |
| HttpResponse | Class | org.eclipse.jetty.client | Jetty | |
| HttpResponseException | Class | org.eclipse.jetty.client | Jetty | |
| HttpSender | HttpSender abstracts the algorithm to send HTTP requests, so that subclasses only implement the transport-specific code to send requests over the wire, implementing | Class | org.eclipse.jetty.client | Jetty |
| HttpSenderOverHTTP | Class | org.eclipse.jetty.client.http | Jetty | |