| 程序包 | 说明 |
|---|---|
| cn.sinlmao.commons.network.http |
| 限定符和类型 | 方法和说明 |
|---|---|
ImContentType |
ImRequest.getContentType()
获取Request会话的内容类型(ImContentType)
Get the Request content type (ImContentType)
|
static ImContentType |
ImContentType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ImContentType[] |
ImContentType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
ImRequest |
ImRequest.setContentType(ImContentType contentType)
设置内容类型(ContentType)
默认为application/x-www-form-urlencoded
Set Request content-type
Default is application/x-www-form-urlencoded
|
Copyright © 2021. All rights reserved.