https://github.com/aa65535/okhttputils
A Java utils library for Okhttp
https://github.com/aa65535/okhttputils
okhttp3 okhttputils
Last synced: 6 months ago
JSON representation
A Java utils library for Okhttp
- Host: GitHub
- URL: https://github.com/aa65535/okhttputils
- Owner: aa65535
- License: apache-2.0
- Created: 2016-06-02T02:00:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T08:44:19.000Z (over 6 years ago)
- Last Synced: 2025-03-21T01:26:39.017Z (7 months ago)
- Topics: okhttp3, okhttputils
- Language: Java
- Homepage:
- Size: 324 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
OkHttpUtils
===A Java utils library for [OkHttp][0]. For more information see the [Wiki][1].
[![Download][3]][2]
[![Build Status][5]][4]Binaries
===Gradle:
```
implementation 'utils.okhttp:okhttputils:2.4.9'
```Maven:
```
utils.okhttp
okhttputils
2.4.9
pom```
Ivy:
```
```
ProGuard
===```
# OkHttp3
-dontwarn javax.annotation.**
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
-dontwarn org.codehaus.mojo.animal_sniffer.*
-dontwarn okhttp3.internal.platform.ConscryptPlatform
```License
===```
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 athttp://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.
```[0]: https://github.com/square/okhttp
[1]: https://github.com/aa65535/okhttputils/wiki
[2]: https://bintray.com/aa65535/maven/okhttputils/_latestVersion
[3]: https://api.bintray.com/packages/aa65535/maven/okhttputils/images/download.svg
[4]: https://travis-ci.org/aa65535/okhttputils
[5]: https://travis-ci.org/aa65535/okhttputils.svg?branch=master