//okhttp/okhttp3/MediaType/Companion/toMediaTypeOrNull
toMediaTypeOrNull¶
[common]\ expect fun String.toMediaTypeOrNull(): MediaType?
Returns a media type for this, or null if this is not a well-formed media type.
[jvm, nonJvm]\ [jvm]\
@JvmName(name = "parse")
actual fun String.toMediaTypeOrNull(): MediaType?
[nonJvm]\ actual fun String.toMediaTypeOrNull(): MediaType?