]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: host name sections in config files
authorDaniel Stenberg <daniel@haxx.se>
Wed, 15 Aug 2018 07:17:03 +0000 (09:17 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 15 Aug 2018 07:17:03 +0000 (09:17 +0200)
docs/TODO

index ec673f4611861ef90fd35e19339930301e73531a..0ca6f0d52141fe0cdffa2f3c382da166351e4fce 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  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