All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dahuatech.hutool.http.Method Maven / Gradle / Ivy

There is a newer version: 1.0.13.7
Show newest version
package com.dahuatech.hutool.http;

/**
 * Http方法枚举
 *
 * @author Looly
 */
public enum Method {
  GET,
  POST,
  HEAD,
  OPTIONS,
  PUT,
  DELETE,
  TRACE,
  CONNECT,
  PATCH
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy