We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5368f8 commit cd311d1Copy full SHA for cd311d1
README.md
@@ -134,6 +134,7 @@ vary: accept-encoding
134
135
| Hook | Description |
136
| ---------------- | -------------------------------------------------------------- |
137
+| INITIALIZE | Initialize is executed right at the beginning of the request, before any default plugins have been executed |
138
| PRE_EXECUTE | The pre execute hook is run right before the execution of handler code. |
139
| POST_EXECUTE | This hook, post execute, is run after the execution of the handler code. |
140
| ON_ERROR | When ever there is an error which results in a rejected promise, this hook is executed. |
0 commit comments