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

cn.yerl.web.http.WebHttpMethod Maven / Gradle / Ivy

package cn.yerl.web.http;

/**
 * Created by alan on 2016/11/9.
 */
public enum WebHttpMethod {
    GET,
    POST,
    PUT,
    DELETE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy