mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-16 20:21:22 +08:00
doc: update docs/curl.md
This commit is contained in:
@ -64,13 +64,15 @@ Curl 是一种在服务器之间传输数据的工具,支持协议,包括 HT
|
||||
|
||||
```bash
|
||||
-A <str> # --user-agent
|
||||
|
||||
-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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user