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

Merge branch 'curl-header' of git://github.com/jamescarlos/tldr into jamescarlos-curl-header

This commit is contained in:
Igor Shubovych 2016-01-12 21:33:40 +02:00
commit 4b9e574df8

View file

@ -23,6 +23,10 @@
`curl --head {{http://localhost}}`
- Include an extra header:
`curl --header "{{X-MyHeader: 123}}" {{http://localhost}}`
- Pass a user name and password for server authentication:
`curl -u myusername:mypassword {{http://localhost}}`