| Package | Description |
|---|---|
| io.lettuce.core.support.http |
HTTP client infrastructure for lightweight HTTP operations.
|
| Modifier and Type | Method and Description |
|---|---|
HttpClient.Request |
HttpClient.Request.RequestBuilder.build()
Builds the request.
|
| Modifier and Type | Method and Description |
|---|---|
HttpClient.Response |
HttpClient.HttpConnection.execute(HttpClient.Request request)
Executes an HTTP request using this connection.
|
CompletableFuture<HttpClient.Response> |
HttpClient.HttpConnection.executeAsync(HttpClient.Request request)
Asynchronously executes an HTTP request using this connection.
|
Copyright © 2026 lettuce.io. All rights reserved.