• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
2 SPDX-License-Identifier: curl
3 Short: v
4 Long: verbose
5 Mutexed: trace trace-ascii
6 Help: Make the operation more talkative
7 See-also: include silent trace trace-ascii
8 Category: important verbose
9 Example: --verbose $URL
10 Added: 4.0
11 Multi: boolean
12 Scope: global
13 ---
14 Makes curl verbose during the operation. Useful for debugging and seeing
15 what's going on "under the hood". A line starting with '>' means "header data"
16 sent by curl, '<' means "header data" received by curl that is hidden in
17 normal cases, and a line starting with '*' means additional info provided by
18 curl.
19 
20 If you only want HTTP headers in the output, --include or --dump-header might
21 be more suitable options.
22 
23 If you think this option still does not give you enough details, consider using
24 --trace or --trace-ascii instead.
25 
26 Note that verbose output of curl activities and network traffic might contain
27 sensitive data, including user names, credentials or secret data content. Be
28 aware and be careful when sharing trace logs with others.
29