From a5c853137ac8eff1144d1520cdc44936ffe5ca6c Mon Sep 17 00:00:00 2001 From: Bob Strecansky Date: Fri, 22 Jan 2016 18:33:32 -0500 Subject: [PATCH] Update curl.md Only including the HEAD change --- pages/common/curl.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pages/common/curl.md b/pages/common/curl.md index 8d9495865..45622ba6d 100644 --- a/pages/common/curl.md +++ b/pages/common/curl.md @@ -21,7 +21,7 @@ - Head request: -`curl -I {{http://localhost}}` +`curl --head {{http://localhost}}` - Include an extra header: @@ -30,11 +30,3 @@ - Pass a user name and password for server authentication: `curl -u myusername:mypassword {{http://localhost}}` - -- Retrieve verbose output for a cURL request: - -`curl -v {{http://localhost}}` - -- Retrieve super verbose output for a cURL request: - -`curl -vvv {{http://localhost}}`