Unverified Commit 39cb7130 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

TODO: host name sections in config files

parent a4c7911a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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