open fun createHttpClient(options: HttpClientOptions): HttpClient
Create a HTTP/HTTPS client using the specified options
Return
the client
open fun createHttpClient(): HttpClient
Create a HTTP/HTTPS client using default options
Return
the client