From f33fa9b64e994fe979f03f5142a50b8df69c7969 Mon Sep 17 00:00:00 2001 From: liyunjia Date: Fri, 11 Oct 2024 19:13:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0todo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 2404504..0e0b594 100644 --- a/README.MD +++ b/README.MD @@ -3,10 +3,9 @@ - [ ] multipart/form-data的实现 - [*] 参考example中的jwt实现方式,移除context对extension的依赖?那么language-tag该怎么处理? - [ ] 参考rocket,移除参数的元组类型 -- [ ] 模拟request_util能否避免涉及到的parts.clone()? - [-] 能否自定义实现宏路由 - [*] 定向路由的实现 - - [ ] 支持多种method的路由 + - [*] 支持多种method的路由 - [ ] 宏路由支持fallback等