-
Notifications
You must be signed in to change notification settings - Fork 2k
feature: ngx.location.capture pass method names #920
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
base: master
Are you sure you want to change the base?
Conversation
…parameter as a string. If the method string isn't a known Nginx method, it is still passed (and Nginx considers it as unknown).
@agentzh Tests do not pass because of |
This pull request is now in conflict :( |
f924579
to
fef2581
Compare
This pull request is now in conflict :( |
This pull request is now in conflict :( |
This pull request is now in conflict :( |
This pull request is now in conflict :( |
This pull request is now in conflict :( |
This pull request is now in conflict :( |
This pull request is now in conflict :( |
I hereby granted the copyright of the changes in this pull request
to the authors of this lua-nginx-module project.
Hello @agentzh .
This PR is based on #479 which pass method names in ngx.location.capture.
I do some optimizations for original PR for parsing http method string and cleanup also.