UrlSource

open class UrlSource(val source: String) : ContentSource

A ContentSource that reads content from a URL.

Parameters

source

the URL to read content from

Inheritors

Constructors

Link copied to clipboard
constructor(source: String)

Properties

Link copied to clipboard
open override val content: String

The textual content read from this source.

Link copied to clipboard
open override val remote: Boolean = true

Whether this source is remote (URL-based).

Link copied to clipboard
open override val source: String