com.deepexi.devops.proxy.exception.RequestBodyException 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.exception;
import com.deepexi.devops.proxy.RequestContext;
/**
* @author linyuan - [email protected]
* @since 2019-12-18
*/
public class RequestBodyException extends ProxyRequestException {
public RequestBodyException(String message, RequestContext requestContext) {
super(message, requestContext);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy