Skip to content

Commit

Permalink
Update curl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove authored Nov 12, 2017
1 parent c84d163 commit 1fb08e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions command/curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,10 @@ X-Pingback: http://man.linuxde.net/xmlrpc.php
**get请求**

```bash
curl "http://www.baidu.com" # 如果这里的URL指向的是一个文件或者一幅图都可以直接下载到本地
curl -i "http://www.baidu.com" # 显示全部信息
curl -l "http://www.baidu.com" # 只显示头部信息
curl -v "http://www.baidu.com" # 显示get请求全过程解析
curl "http://www.wangchujiang.com" # 如果这里的URL指向的是一个文件或者一幅图都可以直接下载到本地
curl -i "http://www.wangchujiang.com" # 显示全部信息
curl -l "http://www.wangchujiang.com" # 只显示头部信息
curl -v "http://www.wangchujiang.com" # 显示get请求全过程解析
```

**post请求**
Expand Down

0 comments on commit 1fb08e1

Please sign in to comment.