Home
|
简体中文
|
繁体中文
|
杂文
|
Github
|
知乎专栏
|
Facebook
|
Linkedin
|
Youtube
|
打赏(Donations)
|
About
第 13 章 CURL - transfer a URL
上一页
下一页
知乎专栏
第 13 章 CURL - transfer a URL
目录
13.1. 基本用法
13.2. 提交表单数据
13.3. 上传文件
13.4. connect-timeout
13.5. max-time
13.6. compressed
13.7. 代理服务器
13.8. -w, --write-out <format> 输出格式定义
13.9. -A/--user-agent <agent string>
13.10. referer
13.11. -v
13.12. -o, --output FILE Write output to <file> instead of stdout
13.13. -L, --location
13.14. -H/--header <line> Custom header to pass to server (H)
13.14.1. Last-Modified / If-Modified-Since
13.14.2. ETag / If-None-Match
13.14.3. Accept-Encoding:gzip,defalte
13.14.4. HOST
13.14.5. HTTP 认证
13.14.6. Accept
13.14.7. Content-Type
13.15. curl-config
13.16. 指定网络接口或者地址
13.17. Cookie 处理
13.18. Restful 应用 JSON 数据处理
13.18.1. Curl Oauth2
13.18.2. Curl + Oauth2 + Jwt
13.19. 访问自签名证书
13.20. HTTP2
13.21. FAQ
13.1. 基本用法
curl http://www.google.com/