Home
|
简体中文
|
繁体中文
|
杂文
|
Github
|
知乎专栏
|
Facebook
|
Linkedin
|
Youtube
|
打赏(Donations)
|
About
第 31 章 CURL - transfer a URL
上一页
部分 II. Shell
下一页
知乎专栏
第 31 章 CURL - transfer a URL
目录
31.1. 基本用法
31.2. 提交表单数据
31.3. 上传文件
31.4. connect-timeout
31.5. max-time
31.6. compressed
31.7. 代理服务器
31.8. -w, --write-out <format> 输出格式定义
31.9. -A/--user-agent <agent string>
31.10. referer
31.11. -v
31.12. -o, --output FILE Write output to <file> instead of stdout
31.13. -L, --location
31.14. -H/--header <line> Custom header to pass to server (H)
31.14.1. Last-Modified / If-Modified-Since
31.14.2. ETag / If-None-Match
31.14.3. Accept-Encoding:gzip,defalte
31.14.4. HOST
31.14.5. HTTP 认证
31.14.6. Accept
31.14.7. Content-Type
31.15. curl-config
31.16. 指定网络接口或者地址
31.17. Cookie 处理
31.18. Restful 应用 JSON 数据处理
31.18.1. Curl Oauth2
31.18.2. Curl + Oauth2 + Jwt
31.19. 访问自签名证书
31.20. HTTP2
31.21. FAQ
31.1. 基本用法
curl http://www.google.com/