【Web123】REST & RESTful

大神论文:https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm

https://restfulapi.net/

实例学习:

https://blog.csdn.net/lmb55/article/details/70247018?utm_source=blogxgwz3

使用HttpClient4.5版本,外加封装QDSL的REST请求体,实现一个基于RESTful的客户端,支持elasticsearch基本查询操作为测试提供接口。

http://hc.apache.org/httpclient-3.x/features.html

原文地址:https://www.cnblogs.com/cathygx/p/11180112.html