com.star.net.http.HttpMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common Show documentation
Show all versions of common Show documentation
some utility class for java develop
The newest version!
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