public class HttpMethod extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
DELETE |
static String |
DELETE_LARGE
this is only use in nacos, Custom request type, essentially a DELETE request, Mainly used for DELETE request
parameters are relatively large, can not be placed on the URL, so it needs to be placed in the body.
|
static String |
GET |
static String |
GET_LARGE
this is only use in nacos, Custom request type, essentially a GET request, Mainly used for GET request parameters
are relatively large,can not be placed on the URL, so it needs to be placed in the body.
|
static String |
HEAD |
static String |
OPTIONS |
static String |
PATCH |
static String |
POST |
static String |
PUT |
static String |
TRACE |
| 构造器和说明 |
|---|
HttpMethod() |
public static final String GET_LARGE
public static final String DELETE_LARGE
Copyright © 2018–2021 Alibaba Group. All rights reserved.