Return-Path: Delivered-To: apmail-jakarta-httpclient-user-archive@www.apache.org Received: (qmail 72120 invoked from network); 17 Apr 2007 12:59:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2007 12:59:38 -0000 Received: (qmail 87907 invoked by uid 500); 17 Apr 2007 12:59:44 -0000 Delivered-To: apmail-jakarta-httpclient-user-archive@jakarta.apache.org Received: (qmail 87756 invoked by uid 500); 17 Apr 2007 12:59:43 -0000 Mailing-List: contact httpclient-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: "HttpClient User Discussion" Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-user@jakarta.apache.org Received: (qmail 87744 invoked by uid 99); 17 Apr 2007 12:59:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2007 05:59:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of wolverine.my@gmail.com designates 64.233.166.178 as permitted sender) Received: from [64.233.166.178] (HELO py-out-1112.google.com) (64.233.166.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2007 05:59:35 -0700 Received: by py-out-1112.google.com with SMTP id f31so1354621pyh for ; Tue, 17 Apr 2007 05:59:15 -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=VGsUEUS4ZqQ5YPfmPg8AQPedB1opFnqw/CpIE8s/X5FIJKRqDwdN4ZKh3N8w7QF38bUES4VyNGAd+Hsao2IQHlGwMf+CROViEnKSkVmWSp3Uf3+IqCVI0wkKrPxbU4PfCClnI1uk/ncb8Kk/Kueupdk4jGTei/0ELLwLq4H/C/Y= 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=GABHddgClzaF2LnKdRRyV85B4d3G11KSnxfzf+BvLrdDS59ArB+TQ8ZZrg6f837M7bkxaW2slIKdWQtV7+hTuYvl06vd8/TGnmpmYJmPXz/afu/aT+wmMeH20C5LvABtakgIbyRM9VLqQ1BEzqLvUA+TYRSBHJamkRdSuuF03vQ= Received: by 10.65.248.19 with SMTP id a19mr6700111qbs.1176814755058; Tue, 17 Apr 2007 05:59:15 -0700 (PDT) Received: by 10.65.123.1 with HTTP; Tue, 17 Apr 2007 05:59:15 -0700 (PDT) Message-ID: <7598b87a0704170559n3e940292rb712d794ce4fdbef@mail.gmail.com> Date: Tue, 17 Apr 2007 20:59:15 +0800 From: "wolverine my" To: httpclient-user@jakarta.apache.org Subject: Create parameters into GetMethod body MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi! Sorry, this email was wrongly sent commons-user mailing list! I would like to generate a Get method looks like the following: GETT http://myserver:8890/dummy HTTP/1.1 ... Connection: keep-alive NAME=AnyName AGE=56 The request body has the proprietary parameter pairs (e.g. NAME and AGE) that are required by the server. How can I generate these parameters into the request body? Whata about setParams(HttpMethodParams)? --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-user-help@jakarta.apache.org