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

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

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

/**
 * @author yaoo on 4/26/18
 */
public enum HttpMethod {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy