Package com.anthropic.core.http
Interface Interceptor
-
- All Implemented Interfaces:
public interface InterceptorA functional interface that wraps an HttpClient to read and/or modify its requests and/or responses.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInterceptor.Companion
-
Method Summary
Modifier and Type Method Description abstract HttpClientintercept(HttpClient httpClient)-
-
Method Detail
-
intercept
abstract HttpClient intercept(HttpClient httpClient)
-
-
-
-