| 程序包 | 说明 |
|---|---|
| cn.schoolwow.quickhttp.domain | |
| cn.schoolwow.quickhttp.request |
| 限定符和类型 | 字段和说明 |
|---|---|
Request.ContentType |
RequestMeta.userContentType
用户指定请求类型
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Request.ContentType |
Request.ContentType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Request.ContentType[] |
Request.ContentType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Request |
RequestImpl.contentType(Request.ContentType contentType) |
Request |
Request.contentType(Request.ContentType contentType)
指定Content-Type
|
Copyright © 2021. All rights reserved.