QAxios研发笔记(二):在Qt环境下基于Promise风格简化Http的Post请求
QAxios研发笔记(二):在Qt环境下基于Promise风格简化Http的Post请求
1、引言
2、研发背景与意义
2.1 使用Qt发送Post请求
2.2 使用前端Axios框架发送Post请求
2.3 本工作的意义
3、研发内容
3.1 构建C++的Promise对象
3.2 构建QAxios对象
3.3 封
