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

https://github.com/haducloc/appslandia-sweetsop

Java HTTP Client
https://github.com/haducloc/appslandia-sweetsop

java java-http-client

Last synced: about 2 months ago
JSON representation

Java HTTP Client

Awesome Lists containing this project

README

        

# AppsLandia SweetSop - Java HTTP Client

## Features
- A lightweight `java.net.HttpURLConnection` wrapper.
- Request body model.
- Response reader model.
- Multipart/form-data supported.
- Compress/Uncompress supported.
- Redirect verification supported.
- SSL Pinning supported.

## Installation

### Maven
```XML

com.appslandia
appslandia-sweetsop
{LATEST_VERSION}

// Java

com.appslandia
appslandia-common
{LATEST_VERSION}

// Android

com.appslandia
appslandia-common-android
{LATEST_VERSION}

```

### Gradle
```
dependencies {
compile 'com.appslandia:appslandia-sweetsop:{LATEST_VERSION}'

// Java
compile 'com.appslandia:appslandia-common:{LATEST_VERSION}'

// Android
compile 'com.appslandia:appslandia-common-android:{LATEST_VERSION}'
}
```

## Sample Usage
See test source codes

## Questions?
Please feel free to contact me if you have any questions or comments.
Email: [email protected]

## License
This code is distributed under the terms and conditions of the [MIT license](LICENSE).