add HttpInterceptor

This commit is contained in:
Looly
2021-11-06 01:49:34 +08:00
parent e58c8c9d6c
commit 2818809ee8
3 changed files with 63 additions and 16 deletions

View File

@@ -25,6 +25,7 @@
* 【core 】 ActualTypeMapperPool增加getStrKeyMap方法pr#447@Gitee
* 【core 】 TreeUtil增加walk方法pr#1932@Gitee
* 【crypto 】 SmUtil增加sm3WithSaltpr#454@Gitee
* 【http 】 增加HttpInterceptorissue#I4H1ZV@Gitee
### 🐞Bug修复
* 【core 】 修复UrlBuilder.addPath歧义问题issue#1912@Github