码迷,mamicode.com
首页 > Windows程序 > 详细

win7中curl的使用

时间:2014-11-20 15:45:50      阅读:278      评论:0      收藏:0      [点我收藏+]

标签:http   ar   os   使用   art   html   ef   as   htm   

我的win7貌似是自带的curl

curl的安装http://jingyan.baidu.com/article/a681b0dec4c67a3b1943467c.html

可以通过curl --help查看使用方法

发送POST请求

curl -d "send data ..." localhost:30000

-d代表发送POST请求;后面用双引号将要发送的内容括起来;接着是host:port,当然要有host:port对应的服务

win7中curl的使用

标签:http   ar   os   使用   art   html   ef   as   htm   

原文地址:http://my.oschina.net/lhplj/blog/346809

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!