We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3826b47 commit 89af6d1Copy full SHA for 89af6d1
client/src/main/java/io/avaje/http/client/HttpClientContext.java
@@ -12,6 +12,9 @@
12
import java.util.concurrent.Executor;
13
14
/**
15
+ * Deprecated in favor of {@link io.avaje.http.client.HttpClient}.
16
+ * Migrate to using {@link io.avaje.http.client.HttpClient#builder()}.
17
+ * <p>
18
* The HTTP client context that we use to build and process requests.
19
*
20
* <pre>{@code
@@ -30,6 +33,7 @@
30
33
31
34
* }</pre>
32
35
*/
36
+@Deprecated
37
public interface HttpClientContext extends io.avaje.http.client.HttpClient {
38
39
0 commit comments