You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modules-dev@httpd.apache.org by César Leonardo Blum Silveira <ce...@gmail.com> on 2007/08/14 13:32:32 UTC

GET and POST variables

Is there an easy way to get the values of GET and POST variables
inside a module or do I have to parse the request myself?

Thank you,

-- 
César L. B. Silveira
http://cesarbs.wordpress.com/

Re: GET and POST variables

Posted by Issac Goldstand <ma...@beamartyr.net>.
Take a look at libapreq http://httpd.apache.org/apreq/docs/libapreq2/

  Issac

César Leonardo Blum Silveira wrote:
> Is there an easy way to get the values of GET and POST variables
> inside a module or do I have to parse the request myself?
>
> Thank you,
>
>