Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 49278 invoked from network); 14 Aug 2007 11:33:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Aug 2007 11:33:01 -0000 Received: (qmail 78886 invoked by uid 500); 14 Aug 2007 11:32:59 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 78851 invoked by uid 500); 14 Aug 2007 11:32:59 -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 78842 invoked by uid 99); 14 Aug 2007 11:32:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2007 04:32:59 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cesarbs@gmail.com designates 209.85.132.240 as permitted sender) Received: from [209.85.132.240] (HELO an-out-0708.google.com) (209.85.132.240) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2007 11:32:53 +0000 Received: by an-out-0708.google.com with SMTP id b15so385768ana for ; Tue, 14 Aug 2007 04:32:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=kpvW4IucFppAmVPRzN14GIVN6S8UZEesXy5LllNyKOnrKiy08qWHcARRoID42moDtWGOTI18MVTkgRbMbddUbnJ5sYG5yHDAaSk+/3yZIdm7QbBAXc8CbmWzCb4IBXeBufxZsSjC5ppMQM/5W2lsFdT+ByAvum/bQZvDrJlxbUw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=OdqejFzXHCspKdDBusH2gpRKL500ML+OOebkhjCqHXK7pua0SwIUyvvlPD1UzTG1cCvOj+UDvk5EaZLggL3gQWxctpnoPSwDI87BjsNM4kdbnXZs9JEUg2ltwZH5Etp1yQD+Tde3NeR4hnK4Rv3nmaEPSHUZTu+9jOt2UFI21nc= Received: by 10.100.14.19 with SMTP id 19mr1780976ann.1187091152260; Tue, 14 Aug 2007 04:32:32 -0700 (PDT) Received: by 10.100.37.20 with HTTP; Tue, 14 Aug 2007 04:32:32 -0700 (PDT) Message-ID: Date: Tue, 14 Aug 2007 08:32:32 -0300 From: "=?ISO-8859-1?Q?C=E9sar_Leonardo_Blum_Silveira?=" To: modules-dev@httpd.apache.org Subject: GET and POST variables MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org 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, --=20 C=E9sar L. B. Silveira http://cesarbs.wordpress.com/