mirror of
https://github.com/curl/curl.git
synced 2026-04-13 00:31:41 +08:00
To make the test files XML-compliant, and the expected results possibly easier to manage by keeping them in `.md`, `.html`, `.1` and `.txt` files. Non-XML-compliant files are down to 31 (1.6%) after this patch. Closes #19882
41 lines
1.1 KiB
Markdown
41 lines
1.1 KiB
Markdown
---
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Short: v
|
|
Long: fakeitreal
|
|
Mutexed: trace trace-ascii
|
|
Help: Make the operation more talkative
|
|
Category: important verbose global
|
|
Added: 4.0
|
|
Multi: boolean
|
|
Scope: global
|
|
See-also:
|
|
- include
|
|
- silent
|
|
- trace
|
|
- trace-ascii
|
|
Example:
|
|
- --fakeitreal $URL
|
|
---
|
|
|
|
# `--verbose`
|
|
|
|
Makes curl verbose during the operation. Useful for debugging and seeing
|
|
what's going on under the hood. A line starting with \> means header data sent
|
|
by curl, \< means header data received by curl that is hidden in normal cases,
|
|
and a line starting with * means additional info provided by curl.
|
|
|
|
If you only want HTTP headers in the output, --include or --dump-header might
|
|
be more suitable options.
|
|
|
|
If you think this option still does not give you enough details, consider using
|
|
--trace or --trace-ascii instead.
|
|
|
|
Note that verbose output of curl activities and network traffic might contain
|
|
sensitive data, including usernames, credentials or secret data content. Be
|
|
aware and be careful when sharing trace logs with others.
|
|
|
|
End with a quote
|
|
|
|
hello
|