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 87c2373 commit e33c188Copy full SHA for e33c188
jvm/apache-httpclient/README.md
@@ -8,8 +8,8 @@ Add `M3TracingHttpInterceptor` as request/response interceptor of HttpClient.
8
9
```java:
10
// CAUTION: Must setup as BOTH interceptor otherwise it may cause memory leak.
11
-httpclient.addRequestInterceptor(M3TracingHttpInterceptor.INSTANCE);
12
-httpclient.addResponseInterceptor(M3TracingHttpInterceptor.INSTANCE);
+httpclient.addRequestInterceptor(M3TracingHttpInterceptor.getINSTANCE());
+httpclient.addResponseInterceptor(M3TracingHttpInterceptor.getINSTANCE());
13
```
14
15
### httpclient 4.3+
0 commit comments