2014-06-19 08:16:14 -04:00
|
|
|
curl the next few years - perhaps
|
2014-09-10 18:15:12 -04:00
|
|
|
=================================
|
2014-06-19 08:16:14 -04:00
|
|
|
|
2017-10-28 04:54:20 -04:00
|
|
|
Roadmap of things Daniel Stenberg wants to work on next. It is intended to
|
|
|
|
serve as a guideline for others for information, feedback and possible
|
|
|
|
participation.
|
2014-06-19 08:16:14 -04:00
|
|
|
|
2019-03-06 18:00:30 -05:00
|
|
|
HTTP/3
|
|
|
|
------
|
|
|
|
|
|
|
|
See the [QUIC and HTTP/3 wiki page](https://github.com/curl/curl/wiki/QUIC).
|
|
|
|
|
|
|
|
ESNI (Encrypted SNI)
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
See Daniel's post on [Support of Encrypted
|
|
|
|
SNI](https://curl.haxx.se/mail/lib-2019-03/0000.html) on the mailing list.
|
|
|
|
|
|
|
|
HSTS
|
2016-07-19 17:10:39 -04:00
|
|
|
----
|
|
|
|
|
2019-03-06 18:00:30 -05:00
|
|
|
Complete and merge [the existing PR](https://github.com/curl/curl/pull/2682).
|
|
|
|
|
|
|
|
Option to refuse HTTPS => HTTP redirects
|
|
|
|
----------------------------------------
|
|
|
|
|
|
|
|
Possibly as a new bit to `CURLOPT_FOLLOWLOCATION` ?
|
|
|
|
|
|
|
|
Option to let CURLOPT_CUSTOMREQUEST be overridden on redirect
|
|
|
|
-------------------------------------------------------------
|
2016-07-19 17:10:39 -04:00
|
|
|
|
2019-03-06 18:00:30 -05:00
|
|
|
(This is a common problem for people using `-X` and `-L` together.)
|
2014-06-19 08:16:14 -04:00
|
|
|
|
2019-03-06 18:00:30 -05:00
|
|
|
Possibly as a new bit to `CURLOPT_FOLLOWLOCATION` ?
|
2014-06-19 08:16:14 -04:00
|
|
|
|
2019-03-06 18:00:30 -05:00
|
|
|
Hardcode “localhost”
|
|
|
|
--------------------
|
2014-06-19 08:16:14 -04:00
|
|
|
|
2019-03-06 18:00:30 -05:00
|
|
|
No need to resolve it. Avoid a risk where this is resolved over the network
|
|
|
|
and actually responds with something else than a local address. Some operating
|
|
|
|
systems already do this. Also:
|
|
|
|
https://tools.ietf.org/html/draft-ietf-dnsop-let-localhost-be-localhost-02
|
2014-06-19 08:16:14 -04:00
|
|
|
|
2019-03-06 18:00:30 -05:00
|
|
|
Consider "menu config"-style build feature selection
|
|
|
|
----------------------------------------------------
|
2014-06-19 08:16:14 -04:00
|
|
|
|
2019-03-06 18:00:30 -05:00
|
|
|
Allow easier building of custom libcurl versions with only a selected feature
|
|
|
|
where the available features are easily browsable and toggle-able ON/OFF or
|
|
|
|
similar.
|