From 4dba8d6720cf39a8c2cee782a889a752de6f31b8 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Mon, 10 Oct 2016 21:23:02 +0200 Subject: [PATCH] =?UTF-8?q?Lien=20vers=20TipsCurl=20pour=20=C3=A9viter=20d?= =?UTF-8?q?uplicate=20content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoHTTP.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/HowtoHTTP.md b/HowtoHTTP.md index 362d7a9a..6a8b3b0c 100644 --- a/HowtoHTTP.md +++ b/HowtoHTTP.md @@ -99,14 +99,6 @@ Server: Apache [...] ~~~ -### cURL +## cURL -~~~ -% curl 'http://1.2.3.4:8080/foo/bar' -H 'Host: www.example.com' -v -~~~ - -Afficher uniquement les headers - -~~~ -% curl -v -I www.example.com -~~~ \ No newline at end of file +Voir [TipsCurl]() \ No newline at end of file