Update curl.md

This commit is contained in:
Bob Strecansky 2016-01-19 13:14:49 -05:00
parent a129e7c02e
commit 96fcae692b

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}}`