mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-06 02:15:42 +02:00
Merge pull request #696 from bobstrecansky/master
-H instead of --head for cURL, adding verbose output
This commit is contained in:
commit
aee511ad15
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
- Include an extra header:
|
- Include an extra header:
|
||||||
|
|
||||||
`curl --header "{{X-MyHeader: 123}}" {{http://localhost}}`
|
`curl -H "{{X-MyHeader: 123}}" {{http://localhost}}`
|
||||||
|
|
||||||
- Pass a user name and password for server authentication:
|
- Pass a user name and password for server authentication:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue