com.star.net.http.HttpMethod Maven / Gradle / Ivy
package com.star.net.http;
/**
* http方法
*
* @author http://git.oschina.net/loolly/hutool
*
*/
public enum HttpMethod {
GET, POST, HEAD, OPTIONS, PUT, DELETE, TRACE, CONNECT;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy