diff options
author | Loïc Hoguin <[email protected]> | 2014-07-12 12:11:24 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-07-12 12:11:24 +0200 |
commit | de4697690c5bee8349ff80f84b2393fd698c7d39 (patch) | |
tree | 8e7a5d060cd08379c0bc0f09cdc25c666a9a2269 | |
parent | 97a3108576c6a9d64c03e1455654dba88367992a (diff) | |
download | cowboy-de4697690c5bee8349ff80f84b2393fd698c7d39.tar.gz cowboy-de4697690c5bee8349ff80f84b2393fd698c7d39.tar.bz2 cowboy-de4697690c5bee8349ff80f84b2393fd698c7d39.zip |
Small addition to the ROADMAP
-rw-r--r-- | ROADMAP.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -76,6 +76,11 @@ callbacks will be removed in favor of a unified `terminate/3`. The `terminate/3` callback will become optional. +### Middlewares + +The error tuple return value brings little value compared to +the halt tuple. The error tuple will therefore be removed. + ### Hooks The `onrequest` hook will be removed. It can easily be replaced |