vertx / io.vertx.reactivex.core / Vertx / createHttpClient

createHttpClient

open fun createHttpClient(options: HttpClientOptions): HttpClient

Create a HTTP/HTTPS client using the specified options

Parameters

options - the options to use

Return
the client

open fun createHttpClient(): HttpClient

Create a HTTP/HTTPS client using default options

Return
the client