A set of utilities for working with OkHttp HTTP client requests and responses.
Look at CONTRIBUTING for specifics on how to contribute to this library.
JavaDocs are generated and published with each release.
In your pom.xml
:
<dependencies>
<dependency>
<groupId>com.janeirodigital</groupId>
<artifactId>sai-http-utils-java</artifactId>
<version>preferred.version.here</version>
</dependency>
</dependencies>