i am using lua module inside nginx for routing to a stored string. The thing i want to do is to change the values of query string parameters from the stored string. Is there any function which will give me table of query string parameters from a string? And after changing the values, any function to change the values from the string. Thanks