From c28a56400fa91798089a7564198b04eb458d9fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=BF=90=E5=AE=B6?= Date: Tue, 1 Oct 2024 17:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=8B=E4=B8=80=E6=AD=A5?= =?UTF-8?q?=E7=9A=84=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/README.MD b/README.MD index c3827eb..3c7dad9 100644 --- a/README.MD +++ b/README.MD @@ -3,3 +3,4 @@ - [ ] multipart/form-data的实现 - [*] 参考example中的jwt实现方式,移除context对extension的依赖?那么language-tag该怎么处理? - [ ] 参考rocket,移除参数的元组类型 +- [ ] 模拟request_util能否避免涉及到的parts.clone()? \ No newline at end of file