|
|
|
|
|
|
|
|
|
| |
sonar-ws correctly configures OkHttpClient for the
support of HTTPS, proxy (incl. authentication), timeouts and user agent.
This code should be reused by web server and compute engine, for
example when sending webhook payloads.
The new class OkHttpClientProvider allows web server/CE
to instantiate and configure a single instance of OkHttpClient.
|