https://github.com/Kong/unirest-java
Unirest in Java: Simplified, lightweight HTTP client library.
https://github.com/Kong/unirest-java
Last synced: 8 months ago
JSON representation
Unirest in Java: Simplified, lightweight HTTP client library.
- Host: GitHub
- URL: https://github.com/Kong/unirest-java
- Owner: Kong
- License: mit
- Created: 2011-04-11T21:19:53.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T15:46:00.000Z (over 1 year ago)
- Last Synced: 2024-07-30T15:18:05.513Z (over 1 year ago)
- Language: Java
- Homepage: http://kong.github.io/unirest-java/
- Size: 3.6 MB
- Stars: 2,587
- Watchers: 109
- Forks: 591
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-java - unirest-java - Simplified, lightweight HTTP client library. (Projects / HTTP Clients)
- awesome-java-zh - unirest-java - 简化,轻量级的HTTP客户端库。 (项目 / HTTP客户端)
- awesome-java - Unirest
- awesome-java - unirest-java - Simplified, lightweight HTTP client library. (Projects / HTTP Clients)
- fucking-awesome-java - unirest-java - Simplified, lightweight HTTP client library. (Projects / HTTP Clients)
README
# Unirest for Java
[](https://github.com/kong/unirest-java/actions)
[](https://maven-badges.herokuapp.com/maven-central/com.kong/unirest-java)
[](http://www.javadoc.io/doc/com.konghq/unirest-java)
## Unirest 4
Unirest 4 is build on modern Java standards, and as such requires at least Java 11.
Unirest 4's dependencies are fully modular, and have been moved to new Maven coordinates to avoid conflicts with the previous versions.
You can use a maven bom to manage the modules:
## Documentation
Our [Documentation](http://kong.github.io/unirest-java/)
## Upgrading from Previous Versions
See the [Upgrade Guide](http://kong.github.io/unirest-java/upgrade-guilde)
## ChangeLog
See the [Change Log](CHANGELOG.md) for recent changes.