All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pastdev.httpcomponents.servlet.ProxyRequestPreprocessor Maven / Gradle / Ivy

There is a newer version: 0.1.3
Show newest version
package com.pastdev.httpcomponents.servlet;


import javax.servlet.http.HttpServletRequest;


import org.apache.http.HttpRequest;


public interface ProxyRequestPreprocessor {
    public void preProcess( HttpServletRequest servletRequest, HttpRequest proxyRequest );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy