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
- Host: GitHub
- URL: https://github.com/haducloc/appslandia-sweetsop
- Owner: haducloc
- License: mit
- Created: 2020-06-20T19:29:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T21:47:12.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T22:41:32.041Z (3 months ago)
- Topics: java, java-http-client
- Language: Java
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```XMLcom.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).