Files
sm1.13-ripext/curl/docs/ROADMAP.md
T
jenz 08c03ac533
CI / Build (clang, clang++, ubuntu-22.04, linux, 3.10, master, x86,x86_64) (push) Waiting to run
CI / Build (clang, clang++, windows-2022, windows, 3.10, master, x86,x86_64) (push) Waiting to run
CI / Release (push) Blocked by required conditions
first commit
2026-09-13 22:18:11 +01:00

854 B

curl the next few years - perhaps

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.

"Complete" the HTTP/3 support

curl has experimental support for HTTP/3 since a good while back. There are some functionality missing and once the final specs are published we want to eventually remove the "experimental" label from this functionality.

HTTPS DNS records

As a DNS version of alt-svc and also a pre-requisite for ECH (see below).

See: https://tools.ietf.org/html/draft-ietf-dnsop-svcb-https-02

ECH (Encrypted Client Hello - formerly known as ESNI)

See Daniel's post on Support of Encrypted SNI on the mailing list.

Initial work exists in https://github.com/curl/curl/pull/4011