diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-03-25 22:03:00 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-03-25 22:03:00 +0100 |
commit | 401810434c054556746e8e7d517a6d24469ca313 (patch) | |
tree | e0b4ccf53002109e074cdb065419288d15ba678b /docs | |
parent | a375ab3be458c1aed126efc9739cf4d6eae9d59b (diff) | |
download | curl-401810434c054556746e8e7d517a6d24469ca313.tar.gz |
TODO: config file parsing
Closes #3698
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -46,6 +46,7 @@ 1.27 hardcode the "localhost" addresses 1.28 FD_CLOEXEC 1.29 Upgrade to websockets + 1.30 config file parsing 2. libcurl - multi interface 2.1 More non-blocking @@ -459,6 +460,14 @@ Michael Kaufmann suggestion here: https://curl.haxx.se/video/curlup-2017/2017-03-19_05_Michael_Kaufmann_Websocket_support_for_curl.mp4 +1.30 config file parsing + + Consider providing an API, possibly in a separate companion library, for + parsing a config file like curl's -K/--config option to allow applications to + get the same ability to read curl options from files. + + See https://github.com/curl/curl/issues/3698 + 2. libcurl - multi interface 2.1 More non-blocking |