类 HttpMethod

java.lang.Object
com.alibaba.nacos.common.utils.HttpMethod

public class HttpMethod extends Object
Http method constants.
从以下版本开始:
0.8.0
作者:
nkorange
  • 字段详细资料

    • GET

      public static final String GET
      另请参阅:
      常量字段值
    • GET_LARGE

      public static final 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.
      另请参阅:
      常量字段值
    • POST

      public static final String POST
      另请参阅:
      常量字段值
    • PUT

      public static final String PUT
      另请参阅:
      常量字段值
    • PATCH

      public static final String PATCH
      另请参阅:
      常量字段值
    • DELETE

      public static final String DELETE
      另请参阅:
      常量字段值
    • DELETE_LARGE

      public static final 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.
      另请参阅:
      常量字段值
    • OPTIONS

      public static final String OPTIONS
      另请参阅:
      常量字段值
    • TRACE

      public static final String TRACE
      另请参阅:
      常量字段值
  • 构造器详细资料

    • HttpMethod

      public HttpMethod()