Imported Upstream version 7.59.0
[platform/upstream/curl.git] / docs / ROADMAP.md
1 curl the next few years - perhaps
2 =================================
3
4 Roadmap of things Daniel Stenberg wants to work on next. It is intended to
5 serve as a guideline for others for information, feedback and possible
6 participation.
7
8 QUIC
9 ----
10
11  See the [QUIC wiki page](https://github.com/curl/curl/wiki/QUIC).
12
13 HTTP cookies
14 ------------
15
16 Two cookie drafts have been adopted by the httpwg in IETF and we should
17 support them as the popular browsers will as well:
18
19 [Deprecate modification of 'secure' cookies from non-secure
20 origins](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-alone-00)
21
22 [Cookie Prefixes](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-prefixes-00)
23
24 [Firefox bug report about secure cookies](https://bugzilla.mozilla.org/show_bug.cgi?id=976073)
25
26 SRV records
27 -----------
28
29 How to find services for specific domains/hosts.
30
31 Improve
32 -------
33
34 1. curl -h output (considered overwhelming to users).
35
36 2. We have > 200 command line options, is there a way to redo things to
37    simplify or improve the situation as we are likely to keep adding
38    features/options in the future too.
39
40 3. Perform some of the clean up from the TODO document, removing old
41    definitions and such like that are currently earmarked to be removed years
42    ago.