ktor
1.6.8
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
ktor-http
/
io.ktor.http
/
HeadersImpl
Headers
Impl
common
class
HeadersImpl
(
values
:
Map
<
String
,
List
<
String
>
>
)
:
StringValuesImpl
,
Headers
Content copied to clipboard
Functions
Properties
Functions
contains
Link copied to clipboard
common
open
operator
fun
contains
(
name
:
String
)
:
Boolean
Content copied to clipboard
open
fun
contains
(
name
:
String
,
value
:
String
)
:
Boolean
Content copied to clipboard
entries
Link copied to clipboard
common
abstract
fun
entries
(
)
:
Set
<
Map.Entry
<
String
,
List
<
String
>
>
>
Content copied to clipboard
for
Each
Link copied to clipboard
common
open
fun
forEach
(
body
:
(
String
,
List
<
String
>
)
->
Unit
)
Content copied to clipboard
get
Link copied to clipboard
common
open
operator
fun
get
(
name
:
String
)
:
String
?
Content copied to clipboard
get
All
Link copied to clipboard
common
abstract
fun
getAll
(
name
:
String
)
:
List
<
String
>
?
Content copied to clipboard
is
Empty
Link copied to clipboard
common
abstract
fun
isEmpty
(
)
:
Boolean
Content copied to clipboard
names
Link copied to clipboard
common
abstract
fun
names
(
)
:
Set
<
String
>
Content copied to clipboard
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
caseInsensitiveName
Link copied to clipboard
common
abstract
val
caseInsensitiveName
:
Boolean
Content copied to clipboard