com.deepexi.devops.proxy.enums.Scheme Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-proxy-servlet Show documentation
Show all versions of http-proxy-servlet Show documentation
Supports servlets for http and https request proxy
The newest version!
package com.deepexi.devops.proxy.enums;
/**
* 请求类型
* @author linyuan - [email protected]
* @since 2019-12-18
*/
public enum Scheme {
/**
* HTTP 请求
*/
HTTP,
/**
* HTTPS 请求
*/
HTTPS
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy