open static fun wrap(httpClient: HttpClient): WebClient
Wrap an httpClient with a web client and default options.
Return
the web client
open static fun wrap(httpClient: HttpClient, options: WebClientOptions): WebClient
Wrap an httpClient with a web client and default options.
Only the specific web client portion of the options is used, the io.vertx.core.http.HttpClientOptions of the httpClient is reused.
options - the Web Client options
Return
the web client