JavaHTTP客户端库Feign.zip
Feign使得JavaHTTP客户端编写更方便。Feign灵感来源于Retrofit,JAXRS-2.0和WebSocket,Feign最初是为了降低统一绑定Denominator到HTTPAPIs的复杂度,不管是否是Restful。基础使用:interface GitHub {
@RequestLine("GET /repos/{owner}/{repo}/contributors")
List contributors(@Param("owner") String owner, @Param("repo") String
下载地址
用户评论