We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d754d1 commit 3826b47Copy full SHA for 3826b47
client/src/main/java/io/avaje/http/client/HttpClientContext.java
@@ -33,6 +33,8 @@
33
public interface HttpClientContext extends io.avaje.http.client.HttpClient {
34
35
/**
36
+ * Deprecated - migrate to {@link io.avaje.http.client.HttpClient#builder()}.
37
+ * <p>
38
* Return the builder to config and build the client context.
39
*
40
* <pre>{@code
@@ -48,6 +50,7 @@ public interface HttpClientContext extends io.avaje.http.client.HttpClient {
48
50
49
51
* }</pre>
52
*/
53
+ @Deprecated
54
static HttpClientContext.Builder builder() {
55
return new DHttpClientContextBuilder();
56
}
0 commit comments