![JAR search and dependency download from the Maven repository](/logo.png)
net.dubboclub.restful.util.RestfulConstants Maven / Gradle / Ivy
package net.dubboclub.restful.util;
/**
* @date: 2016/2/26.
* @author:bieber.
* @project:dubbo-plus.
* @package:net.dubboclub.restful.util.
* @version:1.0.0
* @fix:
* @description: 相关常量信息
*/
public class RestfulConstants {
public static final String ALL="all";
public static final String RESTFUL_HEADER_KEY_PREFIX ="restful_protocol_";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy