getMimetype

abstract fun getMimetype(): String?

获取服务器报告的内容的 MIME 类型。

例如 "image/jpeg", "application/pdf" 等。

Return

内容的 MIME 类型 String,如果未知则为 null