1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/docs/ROADMAP.md
Daniel Gustafsson 55e962cacb ROADMAP: remove already performed item
Commit 7a09b52c98 introduced support
for the draft-ietf-httpbis-cookie-alone-01 cookie draft, and while
the entry was removed from the TODO it was mistakenly left here.
Fix by removing and rewording the entry slightly.

Closes #3530
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
2019-02-05 23:20:56 +01:00

1.1 KiB

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.

QUIC

See the QUIC wiki page.

HTTP cookies

On top of what we already support, the prefix cookie draft has been adopted by the httpwg in IETF and we should support it as the popular browsers will:

Cookie Prefixes

Firefox bug report about secure cookies

SRV records

How to find services for specific domains/hosts.

Improve

  1. curl -h output (considered overwhelming to users).

  2. We have > 200 command line options, is there a way to redo things to simplify or improve the situation as we are likely to keep adding features/options in the future too.

  3. Perform some of the clean up from the TODO document, removing old definitions and such like that are currently earmarked to be removed years ago.