Skip to content

Commit cd311d1

Browse files
committed
Update readme to include init hook
1 parent f5368f8 commit cd311d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ vary: accept-encoding
134134

135135
| Hook | Description |
136136
| ---------------- | -------------------------------------------------------------- |
137+
| INITIALIZE | Initialize is executed right at the beginning of the request, before any default plugins have been executed |
137138
| PRE_EXECUTE | The pre execute hook is run right before the execution of handler code. |
138139
| POST_EXECUTE | This hook, post execute, is run after the execution of the handler code. |
139140
| ON_ERROR | When ever there is an error which results in a rejected promise, this hook is executed. |

0 commit comments

Comments
 (0)