curl的用法

1、官网:https://curl.haxx.se/

2、版本安全漏洞:https://curl.haxx.se/docs/security.html

3、github:https://github.com/curl/curl

4、文档:https://curl.haxx.se/docs/manpage.html

用法举例:

1、定义返回的输出信息内容:只输出返回的响应码(response status code)

2、curl -C url 断点续传,类似于wget -c url

3、curl -d 发送数据POST

参考:

1、http://man.linuxde.net/curl

原文地址:https://www.cnblogs.com/shengulong/p/7744785.html