0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/ROADMAP.md

39 lines
749 B
Markdown
Raw Normal View History

2012-02-27 09:54:16 +01:00
ROADMAP
=======
This document explains in as much details as possible the
list of planned changes and work to be done on the Cowboy
2013-05-24 14:59:30 +02:00
server. It is intended to be exhaustive but some elements
might still be missing.
2012-02-27 09:54:16 +01:00
2013-09-18 20:29:01 +02:00
1.0
---
2012-02-27 09:54:16 +01:00
2013-05-24 14:59:30 +02:00
* Parse support for all standard HTTP/1.1 headers
2012-02-27 09:54:16 +01:00
2013-05-24 14:59:30 +02:00
* Support for multipart requests and responses
2012-02-27 09:54:16 +01:00
2013-05-24 14:59:30 +02:00
* Add Range support to REST
2012-02-27 09:54:16 +01:00
2013-05-24 14:59:30 +02:00
* Complete the user guide
2012-02-27 09:54:16 +01:00
2013-11-14 15:34:16 +01:00
1.1
---
2012-02-27 09:54:16 +01:00
2013-11-14 15:34:16 +01:00
* Check if using maps instead of a record improves performance
2013-09-18 20:29:01 +02:00
2.0
---
* Support for HTTP/2.0
2013-11-14 15:34:16 +01:00
* 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