My particular situation required supporting a proxy server, so I forked and hard coded the required additional ProxyOptions in the VertxNioAsyncHttpClient, where the Vert.x HttpClient is created.
It would perhaps be beneficial to support passing Vert.x HttpClientOptions as an optional parameter in the VertSdkClient.withVertx call?
My particular situation required supporting a proxy server, so I forked and hard coded the required additional
ProxyOptions
in theVertxNioAsyncHttpClient
, where the Vert.xHttpClient
is created.It would perhaps be beneficial to support passing Vert.x
HttpClientOptions
as an optional parameter in theVertSdkClient.withVertx
call?