//okhttp/okhttp3/OkHttpClient/Builder/networkInterceptors
networkInterceptors¶
[jvm]\ fun networkInterceptors(): MutableList<Interceptor>
Returns a modifiable 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.