From 4570737d5c21231ec8264c1af4c848bf51c9e02d Mon Sep 17 00:00:00 2001 From: Ivor Scott Date: Tue, 18 Feb 2020 19:25:39 +0100 Subject: [PATCH] Display -i, --include Include the HTTP-header in the output --- curl.md | 1 + 1 file changed, 1 insertion(+) diff --git a/curl.md b/curl.md index b04235975..20f19aa4b 100644 --- a/curl.md +++ b/curl.md @@ -21,6 +21,7 @@ updated: 2017-09-20 ``` ```bash +-i # --include: Include the HTTP-header in the output -I # --head: headers only ```