summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-04-15 14:29:30 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-04-15 14:29:30 +0200
commit0cbbbbdc312675ad4d5335abfe7c3809713a6b6d (patch)
treec68682e61724effecd5f660c58382c46363bf10d
parent78843afb9f765cea7020cb64e8570958fd43bc9a (diff)
downloadcurl-0cbbbbdc312675ad4d5335abfe7c3809713a6b6d.tar.gz
TODO: 17.8 offer color-coded HTTP header output
-rw-r--r--docs/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 9d994d684..1fb75685d 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -104,6 +104,7 @@
17.5 provide formpost headers
17.6 warning when setting an option
17.7 warning when sending binary output to terminal
+ 17.8 offer color-coded HTTP header output
18. Build
18.1 roffit
@@ -601,6 +602,12 @@ Currently the SMB authentication uses NTLMv1.
Provide a way that prompts the user for confirmation before binary data is
sent to the terminal, much in the style 'less' does it.
+17.8 offer color-coded HTTP header output
+
+ By offering different color output on the header name and the header
+ contents, they could be made more readable and thus help users working on
+ HTTP services.
+
18. Build