Headers

interface Headers : StringValues

Represents HTTP headers as a map from case-insensitive names to collection of String values

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator fun contains(name: String): Boolean
open fun contains(name: String, value: String): Boolean
Link copied to clipboard
abstract fun entries(): Set<Map.Entry<String, List<String>>>
Link copied to clipboard
open fun forEach(body: (String, List<String>) -> Unit)
Link copied to clipboard
open 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>

Properties

Link copied to clipboard

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard