Skip to content

Commit b9877cb

Browse files
committed
增加使用HttpClient发起HTTP请求的代码链接
1 parent 682f3ce commit b9877cb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#HTTP
22
##HTTP客户端
33
###代码
4-
[使用Fluent API发起HTTP请求](cn/aofeng/demo/httpclient/FluentApi.java)
4+
* [使用Fluent API发起HTTP请求(Get和Post)](cn/aofeng/demo/httpclient/FluentApi.java)
5+
* [使用HttpClient发起HTTP请求(Get, Post和上传文件)](cn/aofeng/demo/httpclient/FluentApi.java)
56

67
##HTTP服务端
78
###代码
8-
[使用JDK中的API建立简单的HTTP Server](src/cn/aofeng/demo/httpclient/SimpleHttpServer.java)
9+
* [使用JDK中的API建立简单的HTTP Server](src/cn/aofeng/demo/httpclient/SimpleHttpServer.java)

0 commit comments

Comments
 (0)