| 程序包 | 说明 |
|---|---|
| bee.cloud.ri.http |
Http请求相关包
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Http.Method |
Http.Method.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static Http.Method[] |
Http.Method.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Http |
HttpClient.createHttp(java.lang.String url,
Http.Method method)
创建一个HTTP请求对象
|