1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-16 06:25:03 -05:00

TODO: host name sections in config files

This commit is contained in:
Daniel Stenberg 2018-08-15 09:17:03 +02:00
parent a4c7911a48
commit 39cb7130c3
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -158,6 +158,7 @@
18.17 consider file name from the redirected URL with -O ? 18.17 consider file name from the redirected URL with -O ?
18.18 retry on network is unreachable 18.18 retry on network is unreachable
18.19 expand ~/ in config files 18.19 expand ~/ in config files
18.20 host name sections in config files
19. Build 19. Build
19.1 roffit 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 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 19. Build