toggle menu
ktor
3.0.0-rc-1
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
switch theme
search in API
ktor-http
/
io.ktor.http
/
Headers
Headers
interface
Headers
:
StringValues
Represents HTTP headers as a map from case-insensitive names to collection of
String
values
Inheritors
HeadersImpl
HeadersSingleImpl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
case
Insensitive
Name
Link copied to clipboard
abstract
val
caseInsensitiveName
:
Boolean
Functions
contains
Link copied to clipboard
open
operator
fun
contains
(
name
:
String
)
:
Boolean
open
fun
contains
(
name
:
String
,
value
:
String
)
:
Boolean
entries
Link copied to clipboard
abstract
fun
entries
(
)
:
Set
<
Map.Entry
<
String
,
List
<
String
>
>
>
for
Each
Link copied to clipboard
open
fun
forEach
(
body
:
(
String
,
List
<
String
>
)
->
Unit
)
get
Link copied to clipboard
open
operator
fun
get
(
name
:
String
)
:
String
?
get
All
Link copied to clipboard
abstract
fun
getAll
(
name
:
String
)
:
List
<
String
>
?
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean
names
Link copied to clipboard
abstract
fun
names
(
)
:
Set
<
String
>