On 9/8/06, toni pérez <[EMAIL PROTECTED]> wrote:
hello list,

I'm building a C plugin for apache and, I need acces to the POST DATA
in the request.
I not found which structure contains the POST DATA in the request_rec structure.
There is the args field that contains the query string, but is for GET
method, I need the same for the POST method.

In the headers space there are the headers fields and the post data
that I need separated by 2 enters.

Two links for you:

1. libapreq: http://httpd.apache.org/apreq/
Which is a set of support libraries/modules for building other apache
modules.  It includes some utilities for reading POST data.

2. Module authors list: http://httpd.apache.org/lists.html#modules-dev
For discussing how to write modules for apache httpd.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to