vertx / io.vertx.core.http / RequestOptions / setSsl

setSsl

open fun setSsl(ssl: Boolean): RequestOptions

Set whether SSL/TLS is enabled

Parameters

ssl - true if enabled

Return
a reference to this, so the API can be used fluently