-
Notifications
You must be signed in to change notification settings - Fork 10
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
New property proposal - is_subrequest #658
Comments
Hi! Yes, this would be a great addition. The difficult bit is how to namespace the property: However to merge this PR we would need test cases (probably This would be a great addition! |
I think putting it under the request.* namespace makes the most sense, I do not like the idea of putting it under the ngx.* namespace as it could lead to some confusion since that is used for nginx variables. So IMHO I would put it under request.is_subrequest Or if not there I would introduce new nginx variable named is_subrequest and handle it as a new variable all together. |
Maybe but the issue as I said is that |
New property named
is_subrequest
to enable wasm modules to recognize when request get's sliced etc.Would you be willing to accept merge request adding this property? Or should I leave it just in my fork?
Thanks.
The text was updated successfully, but these errors were encountered: