Http Service Interceptor Interface
interface HttpServiceInterceptorInterface
Interface for intercepting and modifying HttpService function calls.
Functions
Link copied to clipboard
abstract fun onRequest(@NonNull request: HttpRequest, @NonNull continuation: HttpServiceInterceptorRequestContinuation)
The function to intercept HTTP requests with.
Link copied to clipboard
abstract fun onResponse(@NonNull response: HttpResponse, @NonNull continuation: HttpServiceInterceptorResponseContinuation)
The function to intercept HTTP responses with.