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
/
Text
/
contains
contains
operator
fun
contains
(
contentType
:
CharSequence
)
:
Boolean
(
source
)
operator
fun
contains
(
contentType
:
ContentType
)
:
Boolean
(
source
)
Checks that the given
contentType
has type
text/
.