一、unirest是什么?
Unirest 是一套跨语言轻量级HTTP开发库,由Kong团队维护,此团队同时维护着另一个著名开源网关项目API Gateway Kong.
二、Maveny依赖
<dependency><groupId>com.konghq</groupId><artifactId>unirest-java</artifactId><version>3.14.1</version>
</dependency>
三、源代码地址
https://gitee.com/mirrors/unirest
https://github.com/Kong/unirest-java
四、官方参考文档
http://kong.github.io/unirest-java/#requests
参考链接:UniRest 使用手册 - 简书