aboutsummaryrefslogtreecommitdiffstats
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-09-24 14:39:17 +0300
committerLoïc Hoguin <[email protected]>2014-09-24 14:39:17 +0300
commitaa4d86b81f6095316813c599659014c15bf9b935 (patch)
treed503405a06e70c314975cde6dbf706939825890a /ROADMAP.md
parent25259671f51c076720b64959a700263eaa0937b2 (diff)
downloadcowboy-aa4d86b81f6095316813c599659014c15bf9b935.tar.gz
cowboy-aa4d86b81f6095316813c599659014c15bf9b935.tar.bz2
cowboy-aa4d86b81f6095316813c599659014c15bf9b935.zip
Remove the onrequest hook
It was redundant with middlewares. Allows us to save a few operations for every incoming requests.
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 5a2f95c..ad684ec 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -45,9 +45,6 @@ the halt tuple. The error tuple will therefore be removed.
### Hooks
-The `onrequest` hook will be removed. It can easily be replaced
-by a middleware.
-
The interface of the `onresponse` hook will change. There has
been a number of issues and added complexity with the current
interface that warrant fixing. The main problem is that the