Package-level declarations

Functions

Link copied to clipboard

Close and remove the HttpClient for the given KtSoupParser.

Link copied to clipboard

Fetch and parse the HTML from urlString.

Link copied to clipboard
fun KtSoupParser.withClient(httpClient: HttpClient): KtSoupParser

Create a new KtSoupParser that will use the preconfigured HttpClient with parseRemote.

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

Create a new KtSoupParser that will use a HttpClient configured by block with parseRemote.