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/<48bfbac1.4050...@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 > > >