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.common
/
ContentType
/
withCharset
with
Charset
abstract
fun
withCharset
(
charsetBuilder
:
HttpCharset
.
(
)
->
Unit
)
:
ContentType
创建一个此内容类型的新副本,并添加 "charset" 参数。
Return
带有 charset 参数的
ContentType
实例。
Parameters
charset
Builder
字符集的名称(例如 "UTF-8")。