ktor-http
Toggle table of contents
3.3.1
common
Platform filter
common
Switch theme
Search in API
ktor-http
ktor-http
/
io.ktor.http
/
ContentType
/
Audio
/
contains
contains
operator
fun
contains
(
contentType
:
CharSequence
)
:
Boolean
(
source
)
operator
fun
contains
(
contentType
:
ContentType
)
:
Boolean
(
source
)
Checks that the given
contentType
has type
audio/
.