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

com.github.datalking.web.http.RequestMethod Maven / Gradle / Ivy

The newest version!
package com.github.datalking.web.http;

/**
 * 8种http请求方法 枚举类
 *
 * @author yaoo on 4/25/18
 */
public enum RequestMethod {

    GET, HEAD, POST, PUT, PATCH, DELETE, OPTIONS, TRACE

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy