aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-09-18 20:29:01 +0200
committerLoïc Hoguin <[email protected]>2013-09-18 20:29:01 +0200
commit8754f7636cac5e0122017a7d075f6756f9fa4c5b (patch)
tree520df964850b64e85bfc5777b1bbd9432a69f328
parent7319526de6b983e153151d64e19aec5f7199095b (diff)
downloadcowboy-8754f7636cac5e0122017a7d075f6756f9fa4c5b.tar.gz
cowboy-8754f7636cac5e0122017a7d075f6756f9fa4c5b.tar.bz2
cowboy-8754f7636cac5e0122017a7d075f6756f9fa4c5b.zip
Small roadmap update
-rw-r--r--ROADMAP.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index d21fe00..11d8b5d 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -6,8 +6,8 @@ list of planned changes and work to be done on the Cowboy
server. It is intended to be exhaustive but some elements
might still be missing.
-All the following items must be done before Cowboy 1.0 is
-released.
+1.0
+---
* Parse support for all standard HTTP/1.1 headers
@@ -18,12 +18,6 @@ released.
* Add Range support to REST
- * SPDY support
-
- We are only interested in supporting existing
- implementations, not the full protocol, as this
- protocol has been abandoned in favor of HTTP/2.0
-
* Complete the user guide
The following items pertain to Ranch, but are equally important.
@@ -39,3 +33,8 @@ The following items pertain to Ranch, but are equally important.
checking if its name is 'ssl'. This isn't a very modular
solution, adding an API function that returns whether
a connection is secure would fix that issue
+
+2.0
+---
+
+ * Support for HTTP/2.0