Package com.ibm.cloud.sdk.core.http.gzip
Class GzipRequestInterceptor
- java.lang.Object
-
- com.ibm.cloud.sdk.core.http.gzip.GzipRequestInterceptor
-
- All Implemented Interfaces:
okhttp3.Interceptor
public final class GzipRequestInterceptor extends java.lang.Object implements okhttp3.InterceptorThis interceptor compresses the HTTP request body. Many webservers can't handle this! For more information, and the original source code, please see https://square.github.io/okhttp/interceptors/#rewriting-requests.
-
-
Constructor Summary
Constructors Constructor Description GzipRequestInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description okhttp3.Responseintercept(okhttp3.Interceptor.Chain chain)
-