diff options
author | Loïc Hoguin <[email protected]> | 2014-09-24 14:39:17 +0300 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-09-24 14:39:17 +0300 |
commit | aa4d86b81f6095316813c599659014c15bf9b935 (patch) | |
tree | d503405a06e70c314975cde6dbf706939825890a /ROADMAP.md | |
parent | 25259671f51c076720b64959a700263eaa0937b2 (diff) | |
download | cowboy-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.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |