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
/
Image
/
contains
contains
operator
fun
contains
(
contentSubtype
:
String
)
:
Boolean
(
source
)
Checks that the given
contentType
has type
image/
.
operator
fun
contains
(
contentType
:
ContentType
)
:
Boolean
(
source
)
Checks that the given
contentType
has type
image/
.