networkInterceptors

@get:JvmName(name = "networkInterceptors")
val networkInterceptors: List<Interceptor>

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.