Package-level declarations

Functions

Link copied to clipboard
fun KtSoupParser.configureClient(block: HttpClientConfig<*>.() -> Unit)

Create and configure a new HttpClient to be used by parseRemote.

Link copied to clipboard
suspend fun KtSoupParser.parseRemote(urlString: String): KtSoupDocument

Fetch and parse the HTML from urlString.

Link copied to clipboard
fun KtSoupParser.setClient(newHttpClient: HttpClient)

Set a preconfigured HttpClient to be used by parseRemote.