1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 17:53:50 +02:00

Merge pull request #163 from Florent2/patch-1

Add user password -u option to Curl
This commit is contained in:
Romain Prieto 2014-03-12 09:19:57 +11:00
commit c56b348b84

View file

@ -22,3 +22,7 @@
- head request
`curl --head {{http://localhost}}`
- pass a user name and password for server authentication
`curl -u myusername:mypassword {{http://localhost}}`