Open
Description
According to OkHttp jdoc:
OkHttpClients should be shared
I notice that the OkHttp integration module generate a OkHttpClient internal instance. It would be better to allow us inject the singleton OkHttpClient within our application.