open static fun create(vertx: Vertx): WebClient
Create a web client using the provided vertx instance and default options.
Return
the created web client
open static fun create(vertx: Vertx, options: WebClientOptions): WebClient
Create a web client using the provided vertx instance.
options - the Web Client options
Return
the created web client