[ 源代码: unirest-java ]
软件包:libunirest-java-java(1.4.8-3)
Simplified, lightweight HTTP client library
Unirest is a set of lightweight HTTP libraries available in multiple languages
Features:
* Make GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS requests * Both synchronous and asynchronous (non-blocking) requests * It supports form parameters, file uploads and custom body entities * Easily add route parameters without ugly string concatenations * Supports gzip * Supports Basic Authentication natively * Customizable timeout, concurrency levels and proxy settings * Customizable default headers for every request (DRY) * Customizable HttpClient and HttpAsyncClient implementation * Automatic JSON parsing into a native object for JSON responses * Customizable binding, with mapping from response body to java Object
其他与 libunirest-java-java 有关的软件包
|
|
|
|
-
- dep: libandroid-json-java
- Android rewrite of the evil licensed json.org
-
- dep: libhttpasyncclient-java (>= 4.1.4)
- HTTP/1.1 compliant asynchronous HTTP agent implementation
-
- dep: libhttpclient-java (>= 4.5.13)
- HTTP/1.1 compliant HTTP agent implementation
-
- dep: libhttpmime-java (>= 4.5.13)
- HTTP/1.1 compliant HTTP agent implementation - MIME extension