We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682f3ce commit b9877cbCopy full SHA for b9877cb
1 file changed
src/cn/aofeng/demo/httpclient/README.md
@@ -1,8 +1,9 @@
1
#HTTP
2
##HTTP客户端
3
###代码
4
-[使用Fluent API发起HTTP请求](cn/aofeng/demo/httpclient/FluentApi.java)
+* [使用Fluent API发起HTTP请求(Get和Post)](cn/aofeng/demo/httpclient/FluentApi.java)
5
+* [使用HttpClient发起HTTP请求(Get, Post和上传文件)](cn/aofeng/demo/httpclient/FluentApi.java)
6
7
##HTTP服务端
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