An open API service indexing awesome lists of open source software.

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

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 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.
```

[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