What is the best way to access the query string parameters in my own C module? So far I have not been able to find a definitive answer. I have found tons of references regarding $arg_PARAMETER access in the config file, but I want to access to them in my own module instead. I have read that the core module does it already, so should I be using the function ngx_http_get_variable, or is there a better or easier way?
Thank you