Module: vertx-web-client-js/web_client

Classes

WebClient

Methods

(static) WebClient.create(vertx) → {WebClient}

Create a web client using the provided vertx instance.
Parameters:
Name Type Description
vertx Vertx the vertx instance
Source:
Returns:
the created web client
Type
WebClient

(static) WebClient.wrap(httpClient) → {WebClient}

Wrap an httpClient with a web client.
Parameters:
Name Type Description
httpClient HttpClient the to wrap
Source:
Returns:
the web client
Type
WebClient