Files
notes_estom/Java/Java源代码/codedemo/httpclient/README.md
yinkanglong b2f069ee8d java
2023-10-21 09:48:50 +08:00

10 lines
365 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#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)