mirror of
https://github.com/Estom/notes.git
synced 2026-02-07 04:23:55 +08:00
Java内容重新整理删除过期的东西
This commit is contained in:
9
Java/JavaDemo/codedemo/httpclient/README.md
Normal file
9
Java/JavaDemo/codedemo/httpclient/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
#HTTP
|
||||
##HTTP客户端
|
||||
###代码
|
||||
* [使用Fluent API发起HTTP请求(Get和Post)](cn/aofeng/demo/httpclient/FluentApi.java)
|
||||
* [使用HttpClient发起HTTP请求(Get, Post和上传文件)](cn/aofeng/demo/httpclient/FluentApi.java)
|
||||
|
||||
##HTTP服务端
|
||||
###代码
|
||||
* [使用JDK中的API建立简单的HTTP Server](src/cn/aofeng/demo/httpclient/SimpleHttpServer.java)
|
||||
Reference in New Issue
Block a user