新手入门
- 积分
- 30
- 金钱
- 30
- 注册时间
- 2016-4-27
- 在线时间
- 3 小时
|
楼主 |
发表于 2016-5-3 23:02:19
|
显示全部楼层
const u8 *tcp_client_sendbuf="PUT /xueya/xueya.txt HTTP/1.1\r\n"
"Host:bj-yiliao.oss-cn-beijing.aliyuncs.com\r\n"
"Date:2,3-05-2016 13:33:00 GMT\r\n"
"Connection: keep-alive\r\n"
"Content-Type: text/html\r\n"
"Content-Length:36\r\n"
" \r\n"
"High pressure130 Low pressure105\r\n";
这样发出去的字符串为什么和网络调试助手写的不一样
PUT /xueya/xueya.txt HTTP/1.1
Host:bj-yiliao.oss-cn-beijing.aliyuncs.com
Date:2,3-05-2016 13:33:00 GMT
Connection: keep-alive
Content-Type: text/html
Content-Length:36
High pressure130 Low pressure105
|
|