parseRemote

Fetch and parse the HTML from urlString.

Return

The parsed HTML document as a KtSoupDocument.

See also

to configure the Ktor HttpClient to be used.

to set a preconfigured ktor HttpClient to be used.

Throws

When the response content type does not represent an HTML document.

IOException

When the response indicates a status code >= 300 (i.e. an error).