sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.http.client
/
HttpClientResponse
/
getContentType
get
Content
Type
abstract
fun
getContentType
(
)
:
ContentType
?
获取响应的
Content-Type
。
Return
一个
ContentType
对象,如果响应中没有此头部则返回
null
。