| Package | Description |
|---|---|
| cn.buli_home.utils.net.http |
| Modifier and Type | Field and Description |
|---|---|
private HttpMethod |
HttpRequest.method |
private HttpMethod |
HttpRequest.Builder.method |
| Modifier and Type | Field and Description |
|---|---|
private static Map<String,HttpMethod> |
HttpMethod.mappings |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.resolve(String method) |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest.Builder |
HttpRequest.Builder.method(HttpMethod method) |
Copyright © 2024. All rights reserved.