Read get variable

I want to write a simple nginx module. I need to read the variable from
the GET request ( for example “?name=test” ).
How to do it more “nice” ?

Posted at Nginx Forum:

Hello!

On Wed, Aug 11, 2010 at 02:08:02PM -0400, Bdfy wrote:

I want to write a simple nginx module. I need to read the variable from
the GET request ( for example “?name=test” ).
How to do it more “nice” ?

ngx_http_arg()

Maxim D.