Java8HttpClient

Use this legacy Java client when you're not yet on Java 11.

Functions

Link copied to clipboard
@JvmName(name = "create")
operator fun invoke(): HttpHandler
@JvmName(name = "createWithTimeouts")
operator fun invoke(readTimeout: Duration = ZERO, connectionTimeout: Duration = ZERO): HttpHandler