ClientSignals

data class ClientSignals(val url: String = "", val method: String = GET.name, val headers: Map<String, HeaderEntry> = mapOf("0" to HeaderEntry()), val contentType: String? = null, val body: String? = null) : SignalModel(source)

Constructors

Link copied to clipboard
constructor(url: String = "", method: String = GET.name, headers: Map<String, HeaderEntry> = mapOf("0" to HeaderEntry()), contentType: String? = null, body: String? = null)

Properties

Link copied to clipboard
val body: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String