Skip to content

Commit 2087069

Browse files
committed
📝 编写文档 TODO
1 parent 9cdf115 commit 2087069

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121

2222
## 特点
2323

24-
- 默认会按照下面的优先级自行寻找底层实现,OkHttp3 -> httpclient -> hutool-http
24+
- 默认会按照下面的优先级自行寻找底层实现,`OkHttp3 -> httpclient -> hutool-http`
2525
- 也可以自行实现 `com.xkcoding.http.support.Http` 接口,通过 `HttpUtil.setHttp(new MyHttpImpl())` 设置进来
2626

27+
## TODO
28+
29+
- [ ] 集成 JDK11 的 HTTPClient
30+

0 commit comments

Comments
 (0)