networkInterceptors
Returns an immutable list of interceptors that observe a single network request and response. These interceptors must call Interceptor.Chain.proceed exactly once: it is an error for a network interceptor to short-circuit or repeat a network request.
Deprecated (with error)
moved to val
Replace with
networkInterceptorsContent copied to clipboard