Browse Source

Update curl.md

Bob Strecansky 9 years ago
parent
commit
96fcae692b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pages/common/curl.md

+ 3 - 0
pages/common/curl.md

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