ktor-http
Toggle table of contents
3.2.3
common
Platform filter
common
Switch theme
Search in API
ktor-http
ktor-http
/
io.ktor.http
/
ContentType
/
Message
/
contains
contains
operator
fun
contains
(
contentSubtype
:
String
)
:
Boolean
(
source
)
Checks that the given
contentType
has type
message/
.
operator
fun
contains
(
contentType
:
ContentType
)
:
Boolean
(
source
)
Checks that the given
contentType
has type
message/
.