pages*: update outdated pages (#11821)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
This commit is contained in:
Sebastiaan Speck
2023-12-28 16:48:20 +01:00
committed by GitHub
parent 7635f3426f
commit dcb53c85a0
83 changed files with 228 additions and 360 deletions

View File

@@ -14,7 +14,7 @@
- 下载文件,跟随 重定向,并且自动 续传(恢复)前序文件传输:
`curl --remote-name --location --continue-at - {{http://example.com/filename}}`
`curl --fail --remote-name --location --continue-at - {{http://example.com/filename}}`
- 发送表单编码数据(`application/x-www-form-urlencoded` 的 POST 请求):
@@ -30,7 +30,7 @@
- 使用用户名和密码,授权访问服务器:
`curl --user myusername:mypassword {{http://example.com}}`
`curl --user {{用户名}} {{http://example.com}}`
- 为指定资源使用客户端证书和密钥,并且跳过证书验证: