DashScopedHttpServiceInterceptor

interface DashScopedHttpServiceInterceptor : HttpServiceInterceptorInterface

Inheritors

Properties

Link copied to clipboard
abstract val scope: String

Scope of the interceptor. Required for comparison. If the scope is the same, the interceptor will be replaced.

Functions

Link copied to clipboard
abstract fun onRequest(@NonNull p0: HttpRequest, @NonNull p1: HttpServiceInterceptorRequestContinuation)
Link copied to clipboard
abstract fun onResponse(@NonNull p0: HttpResponse, @NonNull p1: HttpServiceInterceptorResponseContinuation)