文件名称: unirest-java-1.4.9.jar中文-英文对照文档.zip
<dependency>
<groupId>com.mashape.unirest</groupId>
<artifactId>unirest-java</artifactId>
<version>1.4.9</version>
</dependency>Gradle:
implementation group: 'com.mashape.unirest', name: 'unirest-java', version: '1.4.9'
Gradle (Short):
implementation 'com.mashape.unirest:unirest-java:1.4.9'
Gradle (Kotlin):
implementation("com.mashape.unirest:unirest-java:1.4.9")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.mashape.unirest.http
com.mashape.unirest.http.async
com.mashape.unirest.http.async.utils
com.mashape.unirest.http.exceptions
com.mashape.unirest.http.options
com.mashape.unirest.http.utils
com.mashape.unirest.request
com.mashape.unirest.request.bodycom.mashape.unirest.http.Headers
com.mashape.unirest.http.HttpClientHelper
com.mashape.unirest.http.HttpMethod
com.mashape.unirest.http.HttpResponse
com.mashape.unirest.http.JsonNode
com.mashape.unirest.http.ObjectMapper
com.mashape.unirest.http.Unirest
com.mashape.unirest.http.async.Callback
com.mashape.unirest.http.async.RequestThread
com.mashape.unirest.http.async.utils.AsyncIdleConnectionMonitorThread
com.mashape.unirest.http.exceptions.UnirestException
com.mashape.unirest.http.options.Option
com.mashape.unirest.http.options.Options
com.mashape.unirest.http.utils.Base64Coder
com.mashape.unirest.http.utils.ClientFactory
com.mashape.unirest.http.utils.MapUtil
com.mashape.unirest.http.utils.ResponseUtils
com.mashape.unirest.http.utils.SyncIdleConnectionMonitorThread
com.mashape.unirest.http.utils.URLParamEncoder
com.mashape.unirest.request.BaseRequest
com.mashape.unirest.request.GetRequest
com.mashape.unirest.request.HttpRequest
com.mashape.unirest.request.HttpRequestWithBody
com.mashape.unirest.request.body.Body
com.mashape.unirest.request.body.MultipartBody
com.mashape.unirest.request.body.RawBody
com.mashape.unirest.request.body.RequestBodyEntity