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 Fabio Zund <fa...@eiffel.com> on 2009/02/23 19:05:55 UTC

Read POST arguments in Apache 2.0

Hi

I'm currently trying to develop a mod in C that stores all request data
into a string and forwards it to to another server via sockets. I have
trouble finding out how to read the post parameters. For Apache 1.2
there seems to be a series of methods setup_client_block(),
should_client_block(), get_client_block() involved in that process but
I'm not sure if that works with Apache 2.0. I couldn't find much about
that topic in the wikis or the documentations. Can someone please point
me in the right direction?

Regards,

Fabio


Re: **OFFLIST** Read POST arguments in Apache 2.0

Posted by Fabio Zund <fa...@eiffel.com>.
Hi,

Thanks for the link. Am I right in assuming that I have to retrieve the
post arguments somehow with the apr_bucket_brigade methods?

regards,

fabio

On Mon, 2009-02-23 at 20:27 +0000, ed wrote:
> Hi,
> 
> I think what you're after can be explained here:
> 
>   http://mail-archives.apache.org/mod_mbox/httpd-dev/200809.mbox/<48...@apache.org>
> 
> best regards
> 
> On Mon, Feb 23, 2009 at 10:05:55AM -0800, Fabio Zund wrote:
> > Hi
> > 
> > I'm currently trying to develop a mod in C that stores all request data
> > into a string and forwards it to to another server via sockets. I have
> > trouble finding out how to read the post parameters. For Apache 1.2
> > there seems to be a series of methods setup_client_block(),
> > should_client_block(), get_client_block() involved in that process but
> > I'm not sure if that works with Apache 2.0. I couldn't find much about
> > that topic in the wikis or the documentations. Can someone please point
> > me in the right direction?
> > 
> > Regards,
> > 
> > Fabio
> > 
>