Update curl.md

waldyrious/alt-syntax
Bob Strecansky 2016-01-19 13:14:49 -05:00
parent a129e7c02e
commit 96fcae692b
1 changed files with 3 additions and 0 deletions

View File

@ -34,3 +34,6 @@
- Retrieve verbose output for a cURL request:
`curl -v {{http://localhost}}`
- Retrieve super verbose output for a cURL request:
`curl -vvv {{http://localhost}}`