net.dongliu.requests.HttpExecutor Maven / Gradle / Ivy
package net.dongliu.requests;
/**
* Http executor
*
* @author Liu Dong
*/
interface HttpExecutor extends Interceptor.InvocationTarget {
/**
* Process the request, and return response
*/
RawResponse proceed(Request request);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy