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

io.github.springboot.httpclient.core.interceptors.HttpClientInterceptor Maven / Gradle / Ivy

package io.github.springboot.httpclient.core.interceptors;

import org.apache.http.HttpRequestInterceptor;
import org.apache.http.HttpResponseInterceptor;

public interface HttpClientInterceptor extends HttpRequestInterceptor, HttpResponseInterceptor {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy