ktor
1.6.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
common
ktor-utils
/
io.ktor.util
/
StringValues
/
contains
contains
common
open
operator
fun
contains
(
name
:
String
)
:
Boolean
Content copied to clipboard
Checks if the given
name
exists in the map
open
fun
contains
(
name
:
String
,
value
:
String
)
:
Boolean
Content copied to clipboard
Checks if the given
name
and
value
pair exists in the map