URLConnectionHttpClient

A raw HTTP client which directly uses a URLConnection

Functions

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