Package com.intuit.karate.http
Class ApacheHttpClient
java.lang.Object
com.intuit.karate.http.ApacheHttpClient
- All Implemented Interfaces:
HttpClient,org.apache.http.HttpRequestInterceptor
public class ApacheHttpClient
extends Object
implements HttpClient, org.apache.http.HttpRequestInterceptor
- Author:
- pthomas3
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ApacheHttpClient
-
-
Method Details
-
setConfig
- Specified by:
setConfigin interfaceHttpClient
-
getConfig
- Specified by:
getConfigin interfaceHttpClient
-
invoke
- Specified by:
invokein interfaceHttpClient
-
process
public void process(org.apache.http.HttpRequest hr, org.apache.http.protocol.HttpContext hc) throws org.apache.http.HttpException, IOException - Specified by:
processin interfaceorg.apache.http.HttpRequestInterceptor- Throws:
org.apache.http.HttpExceptionIOException
-