com.github.liuyehcf.framework.rpc.ares.constant.HttpMethod Maven / Gradle / Ivy
package com.github.liuyehcf.framework.rpc.ares.constant;
/**
* @author hechenfeng
* @date 2019/11/8
*/
public enum HttpMethod {
/**
* options
*/
OPTIONS,
/**
* get
*/
GET,
/**
* head
*/
HEAD,
/**
* post
*/
POST,
/**
* put
*/
PUT,
/**
* patch
*/
PATCH,
/**
* delete
*/
DELETE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy