summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-08-15 09:17:03 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-08-15 09:17:03 +0200
commit39cb7130c3d302f7447937cb4f23d73f92561d3b (patch)
tree00ab7a70eae53b660b45738e3b49a2670e099a31
parenta4c7911a48dadb4f68ba6b38bb1bf3f061b747f6 (diff)
downloadcurl-39cb7130c3d302f7447937cb4f23d73f92561d3b.tar.gz
TODO: host name sections in config files
-rw-r--r--docs/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index ec673f461..0ca6f0d52 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -158,6 +158,7 @@
18.17 consider file name from the redirected URL with -O ?
18.18 retry on network is unreachable
18.19 expand ~/ in config files
+ 18.20 host name sections in config files
19. Build
19.1 roffit
@@ -1096,6 +1097,13 @@ that doesn't exist on the server, just like --ftp-create-dirs.
See https://github.com/curl/curl/issues/2317
+18.20 host name sections in config files
+
+ config files would be more powerful if they could set different
+ configurations depending on used URLs, host name or possibly origin. Then a
+ default .curlrc could a specific user-agent only when doing requests against
+ a certain site.
+
19. Build