ProxyScheme

data class ProxyScheme(val uri: String) : Message.Option

RFC 7252 5.10.2. Proxy-Uri and Proxy-Scheme

Constructors

Link copied to clipboard
constructor(uri: String)

Properties

Link copied to clipboard
val uri: String