1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 19:15:25 +02:00

curl: revise translation

This commit is contained in:
Andy Chen 2019-08-24 14:05:56 +08:00 committed by Starbeamrainbowlabs
parent 44e2ee020f
commit afccf53321

View file

@ -28,7 +28,7 @@
`curl -d {{'{"name":"bob"}'}} -H {{'Content-Type: application/json'}} {{http://example.com/users/1234}}`
- 为服务器授权传入用户名和密码:
- 使用用户名和密码,授权访问服务器:
`curl -u myusername:mypassword {{http://example.com}}`