Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: (qmail 79746 invoked from network); 20 Nov 2009 21:02:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Nov 2009 21:02:09 -0000 Received: (qmail 95523 invoked by uid 500); 20 Nov 2009 21:02:09 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 95488 invoked by uid 500); 20 Nov 2009 21:02:08 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 95474 invoked by uid 99); 20 Nov 2009 21:02:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2009 21:02:07 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pranil.dasika@gmail.com designates 209.85.222.199 as permitted sender) Received: from [209.85.222.199] (HELO mail-pz0-f199.google.com) (209.85.222.199) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2009 21:02:05 +0000 Received: by pzk37 with SMTP id 37so2477193pzk.10 for ; Fri, 20 Nov 2009 13:01:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=sf1XdG5NKpZECiCRn6N4fSMTXOJeR9DVUNMrD0lxV3Q=; b=T6w8YF0IkMDAM29LcQUQche/fDEf+Ntv5EjsVwsepVKiTdb4JQfEWT8Zpr++q4ItMM HKu/QunwpzWT0fzAujZC02q/tZLowfsIavYhzCYZsO0onx46aTNOkml1AXBAgrN3Mi// FK+P2ggxVSej0gqn1k74EXPvrRJT0/95Cjzh4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Q6nHawLNj+JpNmtSCdzYfnwE7/0/NoIQ0brEnEy2PqSYB4M7GJJsx0cEleG+tnv+/g KuuDHX7zMr0Qwwzw6BjwrujaDIKS6tbYHc6WChAt2esC+MB8lglMtziZzvtmvLgoTEEx 5hsDnY7Ir+7WdOfsmtEfNJM+KWF7S4H691cNo= MIME-Version: 1.0 Received: by 10.141.41.5 with SMTP id t5mr104603rvj.286.1258750905556; Fri, 20 Nov 2009 13:01:45 -0800 (PST) Date: Sat, 21 Nov 2009 02:31:45 +0530 Message-ID: <404e5e360911201301p2e5b7d75qf47a909e550f52b2@mail.gmail.com> Subject: Reading post parameters from apache request From: pranil dasika To: modules-dev@httpd.apache.org Content-Type: multipart/alternative; boundary=000e0cd146a4961f4b0478d3c8bc --000e0cd146a4961f4b0478d3c8bc Content-Type: text/plain; charset=ISO-8859-1 Hi, I am trying to write a custom module where I need to read post parameters from the request. I guess apreq library is relevant to this but could not find any substantial examples or documents. Is there any other way to read the params other than apreq. Any pseudocode/ examples will be appreciated. Thanks, Pranil --000e0cd146a4961f4b0478d3c8bc--