A Java utils library for OkHttp. For more information see the Wiki.
Gradle:
implementation 'utils.okhttp:okhttputils:2.4.9'
Maven:
<dependency>
<groupId>utils.okhttp</groupId>
<artifactId>okhttputils</artifactId>
<version>2.4.9</version>
<type>pom</type>
</dependency>
Ivy:
<dependency org='utils.okhttp' name='okhttputils' rev='2.4.9'>
<artifact name='$AID' ext='pom'></artifact>
</dependency>
# OkHttp3
-dontwarn javax.annotation.**
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
-dontwarn org.codehaus.mojo.animal_sniffer.*
-dontwarn okhttp3.internal.platform.ConscryptPlatform
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.