-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document early_request_filter #368
Conversation
Fix cloudflare#363 Signed-off-by: spacewander <spacewanderlzx@gmail.com>
Other than the nit this LGTM. Thanks for helping with this! |
docs/user_guide/phase.md
Outdated
This is the first phase of every request. | ||
|
||
This function is similar to `request_filter()` but execute before any other logic especially the downstream modules. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit, I think putting the full purpose here too is helpful: executes before any other logic, including downstream module logic. The main purpose of this function is to provide finer-grained control of the behavior of the modules.
I know the wording is slightly different from the doc comment, we can get that cleaned up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@drcaramelsyrup
updated
Synced thanks! |
Fix #363
Signed-off-by: spacewander spacewanderlzx@gmail.com