Http

data class Http(val url: Url) : ProxyConfig

HTTP based proxy (with or without user/password auth)

Constructors

Link copied to clipboard
constructor(url: String)
constructor(url: Url)

Properties

Link copied to clipboard
val url: Url