NetLoader

class NetLoader(url: String, headers: Map<String, String>) : Loader

Constructors

Link copied to clipboard
constructor(url: String)
constructor(url: String, headers: Map<String, String>)

Functions

Link copied to clipboard
open override fun load(): String
Link copied to clipboard
open operator fun plus(parser: Parser): Provider