ParametersBuilder

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun append(name: String, value: String)
Link copied to clipboard

Append formatted header value to the builder

Link copied to clipboard
abstract fun appendAll(stringValues: StringValues)
abstract fun appendAll(name: String, values: Iterable<String>)
Link copied to clipboard
abstract fun appendMissing(stringValues: StringValues)
abstract fun appendMissing(name: String, values: Iterable<String>)
Link copied to clipboard
abstract override fun build(): Parameters
Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract operator fun contains(name: String): Boolean
abstract fun contains(name: String, value: String): Boolean
Link copied to clipboard
abstract fun entries(): Set<Map.Entry<String, List<String>>>
Link copied to clipboard
abstract operator fun get(name: String): String?
Link copied to clipboard
abstract fun getAll(name: String): List<String>?
Link copied to clipboard
abstract fun isEmpty(): Boolean
Link copied to clipboard
abstract fun names(): Set<String>
Link copied to clipboard
abstract fun remove(name: String)
abstract fun remove(name: String, value: String): Boolean
Link copied to clipboard
Link copied to clipboard
abstract operator fun set(name: String, value: String)