Merge pull request #696 from bobstrecansky/master

-H instead of --head for cURL, adding verbose output
waldyrious/alt-syntax
Ruben Vereecken 2016-01-23 12:06:39 +02:00
commit aee511ad15
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
- 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: