1# curl the next few years - perhaps 2 3Roadmap of things Daniel Stenberg wants to work on next. It is intended to 4serve as a guideline for others for information, feedback and possible 5participation. 6 7## "Complete" the HTTP/3 support 8 9curl has experimental support for HTTP/3 since a good while back. There are 10some functionality missing and once the final specs are published we want to 11eventually remove the "experimental" label from this functionality. 12 13## HTTPS DNS records 14 15As a DNS version of alt-svc and also a pre-requisite for ECH (see below). 16 17See: https://tools.ietf.org/html/draft-ietf-dnsop-svcb-https-02 18 19## ECH (Encrypted Client Hello - formerly known as ESNI) 20 21 See Daniel's post on [Support of Encrypted 22 SNI](https://curl.se/mail/lib-2019-03/0000.html) on the mailing list. 23 24 Initial work exists in https://github.com/curl/curl/pull/4011 25