Files
notes_estom/Java/JavaDemo/codedemo/httpclient/README.md
2025-09-14 03:49:42 -04: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)