Skip to content

Commit

Permalink
doc: update docs/curl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 16, 2023
1 parent 8c47a90 commit e47092f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,16 @@ Curl 是一种在服务器之间传输数据的工具,支持协议,包括 HT
### 头信息 Headers

```bash
-A <str> # --user-agent
-A <str> # --user-agent
-b name=val # --cookie

-b name=val # --cookie
# 从 URL 的指定文件加载 cookie
-b, --cookie FILE
# 将 cookie 从 URL 保存到指定文件
-c, --cookie-jar FILE

-b FILE # --cookie

-H "X-Foo: y" # --header

--compressed # 使用 deflate/gzip
```

Expand Down

0 comments on commit e47092f

Please sign in to comment.