| Package | Description |
|---|---|
| com.aliyun.core.http |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
HttpRequest.getHttpMethod() |
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 |
HttpRequest.setHttpMethod(HttpMethod httpMethod) |
| Constructor and Description |
|---|
HttpRequest(HttpMethod httpMethod) |
HttpRequest(HttpMethod httpMethod,
String url) |
HttpRequest(HttpMethod httpMethod,
URL url) |
HttpRequest(HttpMethod httpMethod,
URL url,
HttpHeaders headers,
ByteBuffer body) |
Copyright © 2022. All rights reserved.