Eric O'Connell
return request ?.let { bridge.localServer.shouldInterceptRequest(it) } .orElse { Timber.d("Didn't intercept ${request?.url}") }