基于STM32封装的HTTP请求

使用STM32封装HTTP协议 经过封装HTTP头,向服务器发送GET请求,经过GET请求上传数据,并获取返回值php #include <string.h> #include <stdio.h> #include <stdint.h> char text[30]; char temp[10]; /** * @brief 组HTTP GET报文 * @param pkt 报文缓存指针 * @p
相关文章
相关标签/搜索