kohttp / io.github.rybalkinsd.kohttp.ext / url

url

fun HttpContext.url(url: URL): Unit

Since
0.8.0

Author
sergey

fun HttpContext.url(url: String): Unit

Exceptions
MalformedURLException if no protocol is specified, or an unknown protocol is found.

Since
0.8.0

Author
sergey