更新todo

This commit is contained in:
liyunjia 2024-10-11 19:13:40 +08:00
parent 7fb6d5893d
commit f33fa9b64e

View File

@ -3,10 +3,9 @@
- [ ] multipart/form-data的实现
- [*] 参考example中的jwt实现方式移除context对extension的依赖那么language-tag该怎么处理
- [ ] 参考rocket移除参数的元组类型
- [ ] 模拟request_util能否避免涉及到的parts.clone()?
- [-] 能否自定义实现宏路由
- [*] 定向路由的实现
- [ ] 支持多种method的路由
- [*] 支持多种method的路由
- [ ] 宏路由支持fallback等