类 HttpMethod
java.lang.Object
com.alibaba.nacos.common.utils.HttpMethod
Http method constants.
- 从以下版本开始:
- 0.8.0
- 作者:
- nkorange
-
字段概要
字段修饰符和类型字段说明static final Stringstatic final Stringthis 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 final Stringstatic final Stringthis 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 final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
方法概要
-
字段详细资料
-
GET
- 另请参阅:
-
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.- 另请参阅:
-
HEAD
- 另请参阅:
-
POST
- 另请参阅:
-
PUT
- 另请参阅:
-
PATCH
- 另请参阅:
-
DELETE
- 另请参阅:
-
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.- 另请参阅:
-
OPTIONS
- 另请参阅:
-
TRACE
- 另请参阅:
-