| 程序包 | 说明 |
|---|---|
| com.gitee.qdbp.tools.http |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpMethod |
HttpUrl.getMethod()
获取HTTP请求方法
|
HttpMethod |
HttpUrl.HttpUri.getMethod()
获取HTTP请求方法
|
static HttpMethod |
HttpMethod.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static HttpMethod[] |
HttpMethod.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
HttpUri(HttpMethod method,
String uri) |
HttpUrl(HttpMethod method,
String url)
构造函数
|
KeyedHttpUrl(String key,
HttpMethod method,
String url) |
Copyright © 2020. All rights reserved.