13 lines
409 B
D
13 lines
409 B
D
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||
|
SPDX-License-Identifier: curl
|
||
|
Long: trace-ids
|
||
|
Help: Add transfer and connection identifiers to trace/verbose output
|
||
|
Added: 8.2.0
|
||
|
Category: verbose
|
||
|
Example: --trace-ids --trace-ascii output $URL
|
||
|
See-also: trace verbose
|
||
|
Multi: boolean
|
||
|
Scope: global
|
||
|
---
|
||
|
Prepends the transfer and connection identifiers to each trace or verbose line that curl displays.
|