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
/
Headers
Headers
common
interface
Headers
:
StringValues
Content copied to clipboard
Represents HTTP headers as a map from case-insensitive names to collection of
String
values
Types
Functions
Properties
Inheritors
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
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
Properties
caseInsensitiveName
Link copied to clipboard
common
abstract
val
caseInsensitiveName
:
Boolean
Content copied to clipboard
Inheritors
EmptyHeaders
Link copied to clipboard
HeadersImpl
Link copied to clipboard
HeadersSingleImpl
Link copied to clipboard