Package com.alibaba.nacos.common.util
Class HttpMethod
- java.lang.Object
-
- com.alibaba.nacos.common.util.HttpMethod
-
public class HttpMethod extends Object
- Since:
- 0.8.0
- Author:
- nkorange
-
-
Constructor Summary
Constructors Constructor Description HttpMethod()
-
-
-
Field Detail
-
GET
public static final String GET
- See Also:
- Constant Field Values
-
HEAD
public static final String HEAD
- See Also:
- Constant Field Values
-
POST
public static final String POST
- See Also:
- Constant Field Values
-
PUT
public static final String PUT
- See Also:
- Constant Field Values
-
PATCH
public static final String PATCH
- See Also:
- Constant Field Values
-
DELETE
public static final String DELETE
- See Also:
- Constant Field Values
-
OPTIONS
public static final String OPTIONS
- See Also:
- Constant Field Values
-
TRACE
public static final String TRACE
- See Also:
- Constant Field Values
-
-