14 lines
590 B
Markdown
14 lines
590 B
Markdown
### todo
|
||
- [*] 使用Extractor方式提取数据,包括Body、Query和Path
|
||
- [ ] multipart/form-data的实现
|
||
- [*] 参考example中的jwt实现方式,移除context对extension的依赖?那么language-tag该怎么处理?
|
||
- [ ] 参考rocket,移除参数的元组类型
|
||
- [ ] 模拟request_util能否避免涉及到的parts.clone()?
|
||
- [-] 能否自定义实现宏路由
|
||
- [*] 定向路由的实现
|
||
- [ ] 支持多种method的路由
|
||
- [ ] 宏路由支持fallback等
|
||
|
||
|
||
### note
|
||
- 展开宏:cargo expand --manifest-path .\server\Cargo.toml controller::feedback_controller |