chuanyue-service/README.MD
2024-10-03 15:49:45 +08:00

14 lines
590 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 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