blob: 20e0114053e72790803abcf54a76aa809e98a082 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: styled-output
4Help: Enable styled output for HTTP headers
5Added: 7.61.0
6Category: verbose
7Example: --styled-output -I $URL
8See-also: head verbose
9Multi: boolean
10---
11Enables the automatic use of bold font styles when writing HTTP headers to the
12terminal. Use --no-styled-output to switch them off.
13
14This option is global and does not need to be specified for each use of
15--next.