mirror of
https://github.com/Estom/notes.git
synced 2026-02-04 11:04:21 +08:00
10 lines
365 B
Markdown
10 lines
365 B
Markdown
#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)
|