com.github.easilyuse.core.enu.HttpMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of easily-http Show documentation
Show all versions of easily-http Show documentation
Easy implementation of http client remote calls through annotations
The newest version!
package com.github.easilyuse.core.enu;
/**
*
*
* Title:HttpMethod
*
*
* Description: 请求方法枚举
*
*
* @author linyb
*/
public enum HttpMethod {
GET, POST
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy