类 HttpMethod
java.lang.Object
com.alibaba.nacos.common.utils.HttpMethod
Http method constants.
- 从以下版本开始:
- 0.8.0
- 作者:
- nkorange
-
字段概要
字段修饰符和类型字段说明static Stringstatic 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 Stringstatic 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 Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic 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
- 另请参阅:
- 常量字段值
-
-
构造器详细资料
-
HttpMethod
public HttpMethod()
-