lua-nginx-module
                                
                                 lua-nginx-module copied to clipboard
                                
                                    lua-nginx-module copied to clipboard
                            
                            
                            
                        ngx.location.capture - pass method names
Added the option to pass the method of the subrequests to ngx.location.capture as a string in addition to the integer based value. This is an update (and a cleaner diff) of pull request #289
And again, we need some test cases for this new feature in our existing test suite :)
Thank you for your hard work!
@agentzh , made the requested corrections and added test cases
Is this issue still getting merge?
@mingfang Yes. Though needs some cleanup and optimizations.
@agentzh Is this going to get merged? I would also find this feature really useful.
This PR needs some coding style fixes and should be rebased to the latest master. It's currently having conflicts with the latest master.
@agentzh i have rebased to the latest master in #920. And Also do the optimizations which we have talk in the review:)
This pull request is now in conflict :(