Daniel Stenberg | a387d88 | 2016-11-28 01:01:13 +0100 | [diff] [blame] | 1 | Long: trace-ascii |
| 2 | Arg: <file> |
| 3 | Help: Like --trace, but without hex output |
| 4 | Mutexed: trace verbose |
Emil Engler | 5dddc1d | 2020-07-13 14:15:04 +0200 | [diff] [blame] | 5 | Category: verbose |
Daniel Stenberg | 68784d7 | 2021-08-31 16:37:14 +0200 | [diff] [blame] | 6 | Example: --trace-ascii log.txt $URL |
Daniel Stenberg | ce6e3e5 | 2021-09-28 11:50:07 +0200 | [diff] [blame] | 7 | Added: 7.9.7 |
Daniel Stenberg | a387d88 | 2016-11-28 01:01:13 +0100 | [diff] [blame] | 8 | --- |
| 9 | Enables a full trace dump of all incoming and outgoing data, including |
| 10 | descriptive information, to the given output file. Use "-" as filename to have |
| 11 | the output sent to stdout. |
| 12 | |
| 13 | This is very similar to --trace, but leaves out the hex part and only shows |
| 14 | the ASCII part of the dump. It makes smaller output that might be easier to |
| 15 | read for untrained humans. |
| 16 | |
Daniel Stenberg | 9f488fa | 2021-07-28 17:41:05 +0200 | [diff] [blame] | 17 | This option is global and does not need to be specified for each use of |
| 18 | --next. |
| 19 | |
Daniel Stenberg | a387d88 | 2016-11-28 01:01:13 +0100 | [diff] [blame] | 20 | If this option is used several times, the last one will be used. |