aboutsummaryrefslogtreecommitdiffstats
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-11-14 15:34:16 +0100
committerLoïc Hoguin <[email protected]>2013-11-14 15:34:16 +0100
commitd87192b0ed4d2d06ee74ed1b7f1fbb665fae2afe (patch)
tree7514cddb9e286b76ce6bbd6ef544f57bc01648a6 /ROADMAP.md
parentb8923de7c5dee44eaf9ce90308d8eb31a504adce (diff)
downloadcowboy-d87192b0ed4d2d06ee74ed1b7f1fbb665fae2afe.tar.gz
cowboy-d87192b0ed4d2d06ee74ed1b7f1fbb665fae2afe.tar.bz2
cowboy-d87192b0ed4d2d06ee74ed1b7f1fbb665fae2afe.zip
Update ROADMAP
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md28
1 files changed, 13 insertions, 15 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 11d8b5d..31f44ac 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -13,28 +13,26 @@ might still be missing.
* Support for multipart requests and responses
- * Convenience API for extracting query string and body
- information, similar to PHP's $_GET, $_POST and $_FILES
-
* Add Range support to REST
* Complete the user guide
-The following items pertain to Ranch, but are equally important.
-
- * Resizing the acceptor pool
-
- We should be able to add more acceptors to a pool but also
- to remove some of them as needed
-
- * Add Transport:secure/0
+1.1
+---
- Currently Cowboy checks if a connection is secure by
- 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
+ * Check if using maps instead of a record improves performance
2.0
---
* Support for HTTP/2.0
+
+ * Simplify cowboy_req access functions
+
+ They do not need to return Req. So let's not.
+
+Under consideration
+-------------------
+
+ * Convenience API for extracting query string and body
+ information, similar to PHP's $_GET, $_POST and $_FILES