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

net.dongliu.requests.HttpExecutor Maven / Gradle / Ivy

There is a newer version: 5.0.8
Show newest version
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